Skip to content
Snippets Groups Projects
Unverified Commit b43f658c authored by Matt Belhorn's avatar Matt Belhorn Committed by GitHub
Browse files

Adds fma and vsx features to entire power arch family. (#14759)

VSX alitvec extensions are supported by PowerISA from v2.06 (Power7+), but might
not be listed in features.

FMA has been supported by PowerISA since Power1, but might not be listed in
features.

This commit adds these features to all the power ISA family sets.
parent 6b195821
Branches
Tags
No related merge requests found
......@@ -1298,6 +1298,20 @@
"ppc64"
]
},
"vsx": {
"reason": "VSX alitvec extensions are supported by PowerISA from v2.06 (Power7+), but might not be listed in features",
"families": [
"ppc64le",
"ppc64"
]
},
"fma": {
"reason": "FMA has been supported by PowerISA since Power1, but might not be listed in features",
"families": [
"ppc64le",
"ppc64"
]
},
"sse4.1": {
"reason": "permits to refer to sse4_1 also as sse4.1",
"any_of": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment