https://github.com/libjpeg-turbo/libjpeg-turbo/commit/129f0cb76346ceede8f4d8d87dea8acb0809056c From: DRC Date: Wed, 25 Aug 2021 12:07:58 -0500 Subject: [PATCH] Neon/AArch64: Don't put GAS functions in .rodata Regression introduced by 240ba417aa4b3174850d05ea0d22dbe5f80553c1 Closes #546 --- a/simd/arm/aarch64/jsimd_neon.S +++ b/simd/arm/aarch64/jsimd_neon.S @@ -182,6 +182,8 @@ Ljsimd_huff_encode_one_block_neon_consts: .byte 4, 5, 6, 7, 255, 255, 255, 255, \ 255, 255, 255, 255, 255, 255, 255, 255 /* L7 : 1 line OK */ +.text + /*****************************************************************************/