From fefb82678bd82c02fd177e58170a7558df504b9c Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 7 Sep 2021 13:35:38 -0700 Subject: ffmpeg: Probe for inline asm and intrinsics --- probe/gen.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'probe/gen.lua') diff --git a/probe/gen.lua b/probe/gen.lua index d8c48958..f1463fa2 100644 --- a/probe/gen.lua +++ b/probe/gen.lua @@ -2,7 +2,10 @@ local function probe(var) build('probe', '$outdir/'..var, {'$dir/'..var, '|', '$basedir/scripts/probe.sh'}, {var=var}) end +probe('HAVE_EMMINTRIN_H') probe('HAVE_IMMINTRIN_H') +probe('HAVE_INLINE_ASM') +probe('HAVE_MMINTRIN_H') probe('HAVE__MM_MOVEMASK_EPI8') probe('HAVE__THREAD_LOCAL') probe('HAVE___BUILTIN_ASSUME_ALIGNED') -- cgit v1.2.3