Skip to content

Commit

Permalink
loongarch: add lsx support for sse2.h
Browse files Browse the repository at this point in the history
  • Loading branch information
HecaiYuan committed Nov 26, 2024
1 parent e8c881d commit 5a30c2f
Show file tree
Hide file tree
Showing 2 changed files with 621 additions and 48 deletions.
2 changes: 1 addition & 1 deletion simde/simde-f16.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ SIMDE_BEGIN_DECLS_
#elif defined(__FLT16_MIN__) && \
(defined(__clang__) && \
(!defined(SIMDE_ARCH_AARCH64) || SIMDE_DETECT_CLANG_VERSION_CHECK(7,0,0)) \
&& !defined(SIMDE_ARCH_RISCV64))
&& !defined(SIMDE_ARCH_RISCV64) && !defined(SIMDE_ARCH_LOONGARCH))
#define SIMDE_FLOAT16_API SIMDE_FLOAT16_API_FP16_NO_ABI
#else
#define SIMDE_FLOAT16_API SIMDE_FLOAT16_API_PORTABLE
Expand Down
Loading

0 comments on commit 5a30c2f

Please sign in to comment.