Skip to content

Commit

Permalink
Merge pull request opencv#12964 from savuor:fix/zeroupper_all
Browse files Browse the repository at this point in the history
  • Loading branch information
vpisarev committed Oct 29, 2018
2 parents a9d77b5 + daff6e6 commit 792079a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/include/opencv2/core/hal/intrin_avx.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
//! @{
Expand Down

0 comments on commit 792079a

Please sign in to comment.