Commit 2ad64c9f authored by jinboson's avatar jinboson Committed by GitHub

x86 avx2: add loongarch lasx optimized implementations (#1241)

parent 5cae2261
...@@ -553,7 +553,8 @@ ...@@ -553,7 +553,8 @@
defined(SIMDE_WASM_SIMD128_NATIVE) || \ defined(SIMDE_WASM_SIMD128_NATIVE) || \
defined(SIMDE_POWER_ALTIVEC_P5_NATIVE) || \ defined(SIMDE_POWER_ALTIVEC_P5_NATIVE) || \
defined(SIMDE_ZARCH_ZVECTOR_13_NATIVE) || \ defined(SIMDE_ZARCH_ZVECTOR_13_NATIVE) || \
defined(SIMDE_MIPS_MSA_NATIVE) defined(SIMDE_MIPS_MSA_NATIVE) || \
defined(SIMDE_LOONGARCH_LSX_NATIVE)
#define SIMDE_NATURAL_VECTOR_SIZE (128) #define SIMDE_NATURAL_VECTOR_SIZE (128)
#elif defined(SIMDE_X86_SSE_NATIVE) #elif defined(SIMDE_X86_SSE_NATIVE)
#define SIMDE_NATURAL_FLOAT_VECTOR_SIZE (128) #define SIMDE_NATURAL_FLOAT_VECTOR_SIZE (128)
......
This diff is collapsed.
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