diff options
author | Kyrylo Tkachov <kyrylo.tkachov@arm.com> | 2023-04-18 14:36:14 +0100 |
---|---|---|
committer | Kyrylo Tkachov <kyrylo.tkachov@arm.com> | 2023-04-18 14:36:14 +0100 |
commit | 8b271f6069da6eee4afdbfcac72888a4551191f9 (patch) | |
tree | 9d4d3c4d90d5b21f759a17ddfd57995dcd66e57f /gcc/system.h | |
parent | fc8eaf42393d462e0454fa36a41fa313408b87cb (diff) | |
download | gcc-8b271f6069da6eee4afdbfcac72888a4551191f9.zip gcc-8b271f6069da6eee4afdbfcac72888a4551191f9.tar.gz gcc-8b271f6069da6eee4afdbfcac72888a4551191f9.tar.bz2 |
aarch64: Use intrinsic flags information rather than hardcoding FLAG_AUTO_FP
We record the flags to use for the intrinsics in aarch64_simd_intrinsic_data, so use it when initialising them
rather than using a hardcoded FLAG_AUTO_FP. The current vreinterpret intrinsics use FLAG_AUTO_FP anyway so this
patch is an NFC but this will be needed as we migrate more builtins into the intrinsics infrastructure.
Bootstrapped and tested on aarch64-none-linux-gnu.
gcc/ChangeLog:
* config/aarch64/aarch64-builtins.cc (aarch64_init_simd_intrinsics): Take
builtin flags from intrinsic data rather than hardcoded FLAG_AUTO_FP.
Diffstat (limited to 'gcc/system.h')
0 files changed, 0 insertions, 0 deletions