diff options
author | Kyrylo Tkachov <kyrylo.tkachov@arm.com> | 2018-01-11 15:18:04 +0000 |
---|---|---|
committer | Kyrylo Tkachov <ktkachov@gcc.gnu.org> | 2018-01-11 15:18:04 +0000 |
commit | 946c6c45122d8a4053bf464b09e0f78d3875ae59 (patch) | |
tree | 19c3c56aa8e19c22fede24b78d67af126a74ef84 /gcc/tree-inline.c | |
parent | 99eeb64cc4b1f9bf23208e2a49e4b6c40dc7aa0e (diff) | |
download | gcc-946c6c45122d8a4053bf464b09e0f78d3875ae59.zip gcc-946c6c45122d8a4053bf464b09e0f78d3875ae59.tar.gz gcc-946c6c45122d8a4053bf464b09e0f78d3875ae59.tar.bz2 |
[arm][1/3] Add -march=armv8.4-a option
This patch adds support for the Armv8.4-A architecture [1]
in the arm backend. This is done through the new
-march=armv8.4-a option.
With this patch armv8.4-a is recognised as an argument
and supports the extensions: simd, fp16, crypto, nocrypto,
nofp with the familiar meaning of these options.
Worth noting that there is no dotprod option like in
armv8.2-a and armv8.3-a because Dot Product support is
mandatory in Armv8.4-A when simd is available, so when using
+simd (of fp16 which enables +simd), the +dotprod is implied.
The various multilib selection makefile fragments are updated
too and the mutlilib.exp test gets a few armv8.4-a combination
tests.
Bootstrapped and tested on arm-none-linux-gnueabihf.
From-SVN: r256537
Diffstat (limited to 'gcc/tree-inline.c')
0 files changed, 0 insertions, 0 deletions