mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 03:30:34 +08:00
_mm256_zeroupper replaced by zeroall
This commit is contained in:
parent
defeda2f70
commit
daff6e6484
@ -2505,7 +2505,7 @@ inline void v_pack_store(float16_t* ptr, const v_float32x8& a)
|
||||
_mm_storeu_si128((__m128i*)ptr, ah);
|
||||
}
|
||||
|
||||
inline void v256_cleanup() { _mm256_zeroupper(); }
|
||||
inline void v256_cleanup() { _mm256_zeroall(); }
|
||||
|
||||
//! @name Check SIMD256 support
|
||||
//! @{
|
||||
|
Loading…
Reference in New Issue
Block a user