Skip to content

Commit e80d380

Browse files
committed
MT#55447 fix ARM compile error
ref: nodejs/node#38312 Change-Id: Ib231e6d1499432701ca6d08ecc5efa5d765ce5ac
1 parent 884a2bc commit e80d380

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/mvr2s_x64_avx2.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#if defined(__linux__) && defined(__ELF__)
2-
.section .note.GNU-stack,"",@progbits
2+
.section .note.GNU-stack,"",%progbits
33
#endif
44

55
#if defined(__x86_64__)

lib/mvr2s_x64_avx512.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#if defined(__linux__) && defined(__ELF__)
2-
.section .note.GNU-stack,"",@progbits
2+
.section .note.GNU-stack,"",%progbits
33
#endif
44

55
#if defined(__x86_64__)

0 commit comments

Comments
 (0)