mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 20:26:03 +08:00
Fixed a typo.
This commit is contained in:
parent
1b82969559
commit
6d777e1bc7
@ -58,7 +58,7 @@ psin<Packet8f>(const Packet8f& _x) {
|
|||||||
_mm_slli_epi32(_mm256_extractf128_si256(shift_isodd, 0), 31);
|
_mm_slli_epi32(_mm256_extractf128_si256(shift_isodd, 0), 31);
|
||||||
__m128i hi =
|
__m128i hi =
|
||||||
_mm_slli_epi32(_mm256_extractf128_si256(shift_isodd, 1), 31);
|
_mm_slli_epi32(_mm256_extractf128_si256(shift_isodd, 1), 31);
|
||||||
Packet8i sign_flip_mask = _mm256_setr_m128(hi, lo);
|
Packet8i sign_flip_mask = _mm256_set_m128(hi, lo);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Create a mask for which interpolant to use, i.e. if z > 1, then the mask
|
// Create a mask for which interpolant to use, i.e. if z > 1, then the mask
|
||||||
|
Loading…
x
Reference in New Issue
Block a user