@@ -171,9 +171,9 @@ static inline int wp_avx512_intrinsics_DOUBLE(DOUBLE *x0, DOUBLE *y0, DOUBLE *z0
171171 const AVX512_FLOATS m_y1 = AVX512_MASKZ_LOAD_FLOATS_UNALIGNED (m_mask_left , localy1 );
172172 const AVX512_FLOATS m_z1 = AVX512_MASKZ_LOAD_FLOATS_UNALIGNED (m_mask_left , localz1 );
173173
174- union int16 union_rpbin ;
175- union float16 union_mDperp ;
176- union float16_weights union_mweight ;
174+ union avx512int union_rpbin ;
175+ union avx512float union_mDperp ;
176+ union avx512float_weights union_mweight ;
177177
178178 union_rpbin .m_ibin = AVX512_SETZERO_INT ();
179179 union_mDperp .m_Dperp = AVX512_SETZERO_FLOAT ();
@@ -481,9 +481,9 @@ static inline int wp_avx2_intrinsics_DOUBLE(DOUBLE *x0, DOUBLE *y0, DOUBLE *z0,
481481 const AVX2_FLOATS m_ypos = AVX2_SET_FLOAT (ypos );
482482 const AVX2_FLOATS m_zpos = AVX2_SET_FLOAT (zpos );
483483
484- union int8 union_rpbin ;
485- union float8 union_mDperp ;
486- union float8_weights union_mweight ;
484+ union avxint union_rpbin ;
485+ union avxfloat union_mDperp ;
486+ union avxfloat_weights union_mweight ;
487487
488488 const AVX2_FLOATS m_x1 = AVX2_LOAD_FLOATS_UNALIGNED (localx1 );
489489 const AVX2_FLOATS m_y1 = AVX2_LOAD_FLOATS_UNALIGNED (localy1 );
@@ -855,9 +855,9 @@ static inline int wp_avx_intrinsics_DOUBLE(DOUBLE *x0, DOUBLE *y0, DOUBLE *z0, c
855855 const AVX_FLOATS m_ypos = AVX_SET_FLOAT (ypos );
856856 const AVX_FLOATS m_zpos = AVX_SET_FLOAT (zpos );
857857
858- union int8 union_rpbin ;
859- union float8 union_mDperp ;
860- union float8_weights union_mweight ;
858+ union avxint union_rpbin ;
859+ union avxfloat union_mDperp ;
860+ union avxfloat_weights union_mweight ;
861861
862862 const AVX_FLOATS m_x1 = AVX_LOAD_FLOATS_UNALIGNED (localx1 );
863863 const AVX_FLOATS m_y1 = AVX_LOAD_FLOATS_UNALIGNED (localy1 );
@@ -1257,9 +1257,9 @@ static inline int wp_sse_intrinsics_DOUBLE(DOUBLE *x0, DOUBLE *y0, DOUBLE *z0, c
12571257 local_w1 .weights [w ] += SSE_NVEC ;
12581258 }
12591259
1260- union int4 union_rpbin ;
1261- union float4 union_mDperp ;
1262- union float4_weights union_mweight ;
1260+ union sseint union_rpbin ;
1261+ union ssefloat union_mDperp ;
1262+ union ssefloat_weights union_mweight ;
12631263
12641264 const SSE_FLOATS m_pimax = SSE_SET_FLOAT (pimax );
12651265 const SSE_FLOATS m_sqr_rpmax = SSE_SET_FLOAT (sqr_rpmax );
0 commit comments