diff --git a/lib/mvr2s_x64_avx2.S b/lib/mvr2s_x64_avx2.S index 0cfe8aebd3..e19d0b7411 100644 --- a/lib/mvr2s_x64_avx2.S +++ b/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__) diff --git a/lib/mvr2s_x64_avx512.S b/lib/mvr2s_x64_avx512.S index 04d0a5cf5f..d6bb8d36b7 100644 --- a/lib/mvr2s_x64_avx512.S +++ b/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__)