Skip to content

Commit

Permalink
DO NOT MERGE; Revert "loongarch float16: use a portable version to av…
Browse files Browse the repository at this point in the history
…oid compilation errors"

For testing purpose only; to confirm that the new CI job catches the
issue

This reverts commit 891ad5b.
  • Loading branch information
mr-c committed Sep 21, 2024
1 parent c627456 commit 2979f9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion simde/simde-f16.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ SIMDE_BEGIN_DECLS_
!(defined(HEDLEY_MSVC_VERSION) && defined(__clang__)) && \
!(defined(SIMDE_ARCH_MIPS) && defined(__clang__)) && \
!(defined(SIMDE_ARCH_ZARCH) && defined(__clang__)) && \
!(defined(SIMDE_ARCH_LOONGARCH) && defined(__clang__)) && \
!(defined(__clang__) && defined(SIMDE_ARCH_RISCV64)) && ( \
defined(SIMDE_X86_AVX512FP16_NATIVE) || \
(defined(SIMDE_ARCH_X86_SSE2) && HEDLEY_GCC_VERSION_CHECK(12,0,0)) || \
Expand Down

0 comments on commit 2979f9a

Please sign in to comment.