Browse Source

MT#55447 fix ARM compile error

ref: https://github.com/nodejs/node/pull/38312

Change-Id: Ib231e6d1499432701ca6d08ecc5efa5d765ce5ac
pull/1640/head
Richard Fuchs 3 years ago
parent
commit
e80d380b33
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      lib/mvr2s_x64_avx2.S
  2. +1
    -1
      lib/mvr2s_x64_avx512.S

+ 1
- 1
lib/mvr2s_x64_avx2.S View File

@ -1,5 +1,5 @@
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",@progbits
.section .note.GNU-stack,"",%progbits
#endif
#if defined(__x86_64__)


+ 1
- 1
lib/mvr2s_x64_avx512.S View File

@ -1,5 +1,5 @@
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",@progbits
.section .note.GNU-stack,"",%progbits
#endif
#if defined(__x86_64__)


Loading…
Cancel
Save