Skip to content

Commit

Permalink
x86 avx2: add loongarch lasx optimized implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
jinboson committed Dec 5, 2024
1 parent 5e406dc commit cce19e5
Show file tree
Hide file tree
Showing 2 changed files with 434 additions and 55 deletions.
3 changes: 2 additions & 1 deletion simde/simde-features.h
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,8 @@
defined(SIMDE_WASM_SIMD128_NATIVE) || \
defined(SIMDE_POWER_ALTIVEC_P5_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)
#elif defined(SIMDE_X86_SSE_NATIVE)
#define SIMDE_NATURAL_FLOAT_VECTOR_SIZE (128)
Expand Down
Loading

0 comments on commit cce19e5

Please sign in to comment.