Skip to content
Snippets Groups Projects
Commit 5d9c975c authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

AES-NI: Disable optimization on _my_cvtepu64_pd more narrowly

parent c6bb38c3
No related branches found
No related tags found
No related merge requests found
Pipeline #17692 passed
...@@ -49,8 +49,8 @@ QUALIFIERS __m128 _my_cvtepu32_ps(const __m128i v) ...@@ -49,8 +49,8 @@ QUALIFIERS __m128 _my_cvtepu32_ps(const __m128i v)
#endif #endif
} }
#if !defined(__AVX512VL__) && defined(__FAST_MATH__) && defined(__GNUC__) && __GNUC__ >= 5 #if !defined(__AVX512VL__) && defined(__GNUC__) && __GNUC__ >= 5
__attribute__((optimize("no-fast-math"))) __attribute__((optimize("no-associative-math")))
#endif #endif
QUALIFIERS __m128d _my_cvtepu64_pd(const __m128i x) QUALIFIERS __m128d _my_cvtepu64_pd(const __m128i x)
{ {
...@@ -129,3 +129,4 @@ QUALIFIERS void aesni_float4(uint32 ctr0, uint32 ctr1, uint32 ctr2, uint32 ctr3, ...@@ -129,3 +129,4 @@ QUALIFIERS void aesni_float4(uint32 ctr0, uint32 ctr1, uint32 ctr2, uint32 ctr3,
rnd3 = r[2]; rnd3 = r[2];
rnd4 = r[3]; rnd4 = r[3];
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment