Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport upstream simde's fix for loongarch float16 to build with clang
https://bugs.webkit.org/show_bug.cgi?id=280505 simd-everywhere/simde#1224 Reviewed by NOBODY (OOPS!). Fixed the compilation issue on the Loongarch platform with clang: ` ../test/x86/avx512/../../../simde/simde-f16.h:100:11: error: _Float16 is not supported on this target.` * Source/WTF/wtf/simde/arm/neon.h: use a portable version to avoid compilation errors in loongarch's float16
- Loading branch information