configure: fix direct symbol ref support detection
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
3d04b1aab1
commit
9d60527a13
3
configure
vendored
3
configure
vendored
@ -4309,7 +4309,8 @@ EOF
|
||||
# check whether xmm clobbers are supported
|
||||
check_inline_asm xmm_clobbers '"":::"%xmm0"'
|
||||
|
||||
check_inline_asm inline_asm_direct_symbol_refs '"movl test, %eax"'
|
||||
check_inline_asm inline_asm_direct_symbol_refs '"movl '$extern_prefix'test, %eax"' ||
|
||||
check_inline_asm inline_asm_direct_symbol_refs '"movl '$extern_prefix'test(%rip), %eax"'
|
||||
|
||||
# check whether binutils is new enough to compile SSSE3/MMXEXT
|
||||
enabled ssse3 && check_inline_asm ssse3_inline '"pabsw %xmm0, %xmm0"'
|
||||
|
Loading…
x
Reference in New Issue
Block a user