Commit 73910b60 authored by Michael R. Crusoe's avatar Michael R. Crusoe

msa neon impl: float64x2_t is not avail in A32V7

parent 0540d7fc
......@@ -211,7 +211,7 @@ typedef union {
#if defined(SIMDE_X86_SSE2_NATIVE)
__m128d m128d;
#endif
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
#if defined(SIMDE_ARM_NEON_A32V8_NATIVE)
float64x2_t neon;
#endif
#if defined(SIMDE_WASM_SIMD128_NATIVE)
......
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