summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json12
1 files changed, 9 insertions, 3 deletions
diff --git a/configure.json b/configure.json
index 69019afa80..0150657416 100644
--- a/configure.json
+++ b/configure.json
@@ -880,7 +880,7 @@
]
},
"aesni": {
- "label": "aesni",
+ "label": "AES",
"condition": "features.sse2 && tests.aesni",
"output": [
"privateConfig",
@@ -888,7 +888,7 @@
]
},
"shani": {
- "label": "shani",
+ "label": "SHA",
"condition": "features.sse2 && tests.shani",
"output": [
"privateConfig",
@@ -1152,7 +1152,7 @@ Configure with '-qreal float' to create a build that is binary-compatible with 5
{
"message": "AVX",
"type": "featureList",
- "args": "avx avx2 f16c",
+ "args": "avx avx2",
"condition": "(arch.i386 || arch.x86_64)"
},
{
@@ -1162,6 +1162,12 @@ Configure with '-qreal float' to create a build that is binary-compatible with 5
"condition": "(arch.i386 || arch.x86_64)"
},
{
+ "message": "Other x86",
+ "type": "featureList",
+ "args": "aesni f16c shani",
+ "condition": "(arch.i386 || arch.x86_64)"
+ },
+ {
"type": "feature",
"args": "neon",
"condition": "arch.arm || arch.arm64"