Skip to content
Snippets Groups Projects
Commit 1e2c9d96 authored by t-karatsu's avatar t-karatsu Committed by Massimiliano Culpo
Browse files

a64fx: fix typo in GCC flags (#14286)

parent 6a084a82
No related branches found
No related tags found
No related merge requests found
...@@ -1214,11 +1214,11 @@ ...@@ -1214,11 +1214,11 @@
}, },
{ {
"versions": "7:7.9", "versions": "7:7.9",
"flags": "-march=armv8.2a+crc+crypto+fp16" "flags": "-march=armv8.2-a+crc+crypto+fp16"
}, },
{ {
"versions": "8:", "versions": "8:",
"flags": "-march=armv8.2a+crc+aes+sha2+fp16+sve -msve-vector-bits=512" "flags": "-march=armv8.2-a+crc+aes+sha2+fp16+sve -msve-vector-bits=512"
} }
], ],
"clang": [ "clang": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment