Skip to content

Commit

Permalink
MT#55447 fix ARM compile error
Browse files Browse the repository at this point in the history
ref: nodejs/node#38312

Change-Id: Ib231e6d1499432701ca6d08ecc5efa5d765ce5ac
  • Loading branch information
rfuchs committed Mar 27, 2023
1 parent 884a2bc commit e80d380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/mvr2s_x64_avx2.S
@@ -1,5 +1,5 @@
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",@progbits
.section .note.GNU-stack,"",%progbits
#endif

#if defined(__x86_64__)
Expand Down
2 changes: 1 addition & 1 deletion lib/mvr2s_x64_avx512.S
@@ -1,5 +1,5 @@
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",@progbits
.section .note.GNU-stack,"",%progbits
#endif

#if defined(__x86_64__)
Expand Down

0 comments on commit e80d380

Please sign in to comment.