File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -173,10 +173,10 @@ static inline __m256 _mm256_polar_sign_mask(__m128i fbits)
173173 __m256 sign_mask =
174174 _mm256_insertf128_ps (sign_mask_dummy, _mm_castsi128_ps (sign_bits0), 0x0 );
175175 return _mm256_insertf128_ps (sign_mask, _mm_castsi128_ps (sign_bits1), 0x1 );
176- // // This is the desired function call. Though it seems to be missing in GCC.
177- // // Compare: https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html
178- // return _mm256_set_m128(_mm_castsi128_ps(sign_bits1),
179- // _mm_castsi128_ps(sign_bits0));
176+ // This is the desired function call. Though it seems to be missing in GCC.
177+ // Compare: https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html
178+ // return _mm256_set_m128(_mm_castsi128_ps(sign_bits1),
179+ // _mm_castsi128_ps(sign_bits0));
180180}
181181
182182static inline void
You can’t perform that action at this time.
0 commit comments