diff options
author | Delia Burduv <delia.burduv@arm.com> | 2020-03-11 18:01:26 +0000 |
---|---|---|
committer | Kyrylo Tkachov <kyrylo.tkachov@arm.com> | 2020-03-11 18:02:11 +0000 |
commit | 1c43ee69f4f6148fff4b5ace80d709d7f8b250d7 (patch) | |
tree | 2aaad7d4c978bfd5c05566326c2fcc7d6a4c0223 /gcc/cp/constraint.cc | |
parent | d42ff1d3b62521829d90e5b972baba2a0339e2bf (diff) | |
download | gcc-1c43ee69f4f6148fff4b5ace80d709d7f8b250d7.zip gcc-1c43ee69f4f6148fff4b5ace80d709d7f8b250d7.tar.gz gcc-1c43ee69f4f6148fff4b5ace80d709d7f8b250d7.tar.bz2 |
Bug fix: cannot convert 'const short int*' to 'const __bf16*'
This patch fixes a bug introduced by my earlier patch (
https://gcc.gnu.org/pipermail/gcc-patches/2020-March/541680.html ).
It introduces a new scalar builtin type that was missing in the original
patch.
Bootstrapped cleanly on arm-none-linux-gnueabihf.
Tested for regression on arm-none-linux-gnueabihf. No regression from
before the original patch.
Tests that failed or became unsupported because of the original tests
now work as they did before it.
* config/arm/arm-builtins.c
(arm_init_simd_builtin_scalar_types): New.
* config/arm/arm_neon.h (vld2_bf16): Used new builtin type.
(vld2q_bf16): Used new builtin type.
(vld3_bf16): Used new builtin type.
(vld3q_bf16): Used new builtin type.
(vld4_bf16): Used new builtin type.
(vld4q_bf16): Used new builtin type.
(vld2_dup_bf16): Used new builtin type.
(vld2q_dup_bf16): Used new builtin type.
(vld3_dup_bf16): Used new builtin type.
(vld3q_dup_bf16): Used new builtin type.
(vld4_dup_bf16): Used new builtin type.
(vld4q_dup_bf16): Used new builtin type.
Diffstat (limited to 'gcc/cp/constraint.cc')
0 files changed, 0 insertions, 0 deletions