summaryrefslogtreecommitdiff
path: root/probe/gen.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-10-22 21:00:09 -0700
committerMichael Forney <mforney@mforney.org>2017-10-23 21:43:52 -0700
commit8dbc68529b6d8c11d1104bcb7bebcfb64ad51a59 (patch)
tree04291c3cb356fcb89965a466cc464bdf238057e5 /probe/gen.lua
parent85b2ffe5af809739179eae0061caddc1197759e9 (diff)
xz: Probe for architecture-dependent features
Diffstat (limited to 'probe/gen.lua')
-rw-r--r--probe/gen.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/probe/gen.lua b/probe/gen.lua
index 641443d1..eebb877f 100644
--- a/probe/gen.lua
+++ b/probe/gen.lua
@@ -1,3 +1,6 @@
local function probe(var)
build('probe', '$outdir/'..var, '$dir/'..var, {var=var})
end
+
+probe('HAVE_IMMINTRIN_H')
+probe('HAVE__MM_MOVEMASK_EPI8')