Commit a6b0c0e1 authored by Matt Oliver's avatar Matt Oliver Committed by Michael Niedermayer

Enable inline asm in intel compiler on windows.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 8b132bb7
......@@ -4989,10 +4989,11 @@ elif enabled_any msvc icl; then
# (correctly) on icl 13.x.
check_cpp_condition "windows.h" "__ICL < 1300 || __ICL >= 1400" &&
add_cflags -Qansi-alias
# icl will pass the inline asm tests but inline asm is currently
# not supported (build will fail)
disabled inline_asm || warn "inline asm disabled due to issues with it in ICL"
disable inline_asm
# Some inline asm is not compilable in debug
if enabled debug; then
disable ebp_available
disable ebx_available
fi
fi
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment