Skip to content

Commit 8ea042b

Browse files
committed
DO NOT MERGE: add -fno-inline-functions for our test
1 parent 6a5537c commit 8ea042b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6584,7 +6584,7 @@ def test_wasm_intrinsics_simd(self, args):
65846584
# Tests invoking the NEON SIMD API via arm_neon.h header
65856585
@wasm_simd
65866586
def test_neon_wasm_simd(self):
6587-
self.do_runf('neon/test_neon_wasm_simd.cpp', 'Success!', cflags=['-Wno-c++11-narrowing', '-mfpu=neon', '-msimd128'])
6587+
self.do_runf('neon/test_neon_wasm_simd.cpp', 'Success!', cflags=['-Wno-c++11-narrowing', '-mfpu=neon', '-msimd128', '-fno-inline-functions'])
65886588

65896589
# Tests invoking the SIMD API via x86 SSE1 xmmintrin.h header (_mm_x() functions)
65906590
@wasm_simd

0 commit comments

Comments
 (0)