提交 93e7b7fb 编写于 作者: J James Almer

avutil/x86/intmath: add missing check for inline assembly

Signed-off-by: NJames Almer <jamrial@gmail.com>
上级 6b9fdf7f
......@@ -41,7 +41,7 @@
#if AV_GCC_VERSION_AT_LEAST(5,1)
#define av_mod_uintp2 __builtin_ia32_bzhi_si
#else
#elif HAVE_INLINE_ASM
/* GCC releases before 5.1.0 have a broken bzhi builtin, so for those we
* implement it using inline assembly
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册