Commit 5950c402 authored by Michael R. Crusoe's avatar Michael R. Crusoe

gh-actions: re-order ccache; add old clang/gcc versions

parent faf22893
...@@ -91,7 +91,7 @@ simde_mm512_loadu_si512 (void const * mem_addr) { ...@@ -91,7 +91,7 @@ simde_mm512_loadu_si512 (void const * mem_addr) {
return r; return r;
} }
#if defined(SIMDE_X86_AVX512F_NATIVE) && (!defined(__clang__) || SIMDE_DETECT_CLANG_VERSION_CHECK(8,0,0)) #if defined(SIMDE_X86_AVX512F_NATIVE) && (!defined(HEDLEY_GCC_VERSION) || HEDLEY_GCC_VERSION_CHECK(10,0,0)) && (!defined(__clang__) || SIMDE_DETECT_CLANG_VERSION_CHECK(8,0,0))
#define simde_mm512_loadu_si512(mem_addr) _mm512_loadu_si512(mem_addr) #define simde_mm512_loadu_si512(mem_addr) _mm512_loadu_si512(mem_addr)
#define simde_mm512_loadu_epi32(mem_addr) _mm512_loadu_epi32(mem_addr) #define simde_mm512_loadu_epi32(mem_addr) _mm512_loadu_epi32(mem_addr)
#define simde_mm512_loadu_epi64(mem_addr) _mm512_loadu_epi64(mem_addr) #define simde_mm512_loadu_epi64(mem_addr) _mm512_loadu_epi64(mem_addr)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment