Skip to content

Commit 0fb8414

Browse files
committed
Change llvm.neon.* to llvm.arm.neon.* in the mapping for platform intrinsics
This avoids linker errors when using platform intrinsics on 32-bit ARM with NEON. Fixes hsivonen/simd#10.
1 parent f73f675 commit 0fb8414

File tree

2 files changed

+391
-391
lines changed

2 files changed

+391
-391
lines changed

src/etc/platform-intrinsics/arm.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"platform": "arm_v",
33
"intrinsic_prefix": "",
4-
"llvm_prefix": "llvm.neon.v",
4+
"llvm_prefix": "llvm.arm.neon.v",
55
"number_info": {
66
"signed": {
77
"kind": "s",

0 commit comments

Comments
 (0)