aboutsummaryrefslogtreecommitdiff
path: root/libgo
diff options
context:
space:
mode:
authorAndre Vieira <andre.simoesdiasvieira@arm.com>2019-03-08 17:29:02 +0000
committerAndre Vieira <avieira@gcc.gnu.org>2019-03-08 17:29:02 +0000
commitf65112f61661d4a62b8952eda126e4cbca4195b1 (patch)
tree886eb00f3274962305c3c1290189a45c573d4a67 /libgo
parent9a53d503a433b3ca0c4e312e9ebea5f1b344efed (diff)
downloadgcc-f65112f61661d4a62b8952eda126e4cbca4195b1.zip
gcc-f65112f61661d4a62b8952eda126e4cbca4195b1.tar.gz
gcc-f65112f61661d4a62b8952eda126e4cbca4195b1.tar.bz2
[GCC, Arm] Fix availability of FP16-FP64 conversion instructions
vcvtb.f16.f64 and vcvtb.f64.f16 were being made available even for FPUs that do not support double precision. This patch fixes that. gcc/ChangeLog: 2019-03-08 Andre Vieira <andre.simoesdiasvieira@arm.com> * config/arm/arm.h (TARGET_FP16_TO_DOUBLE): Add TARGET_VFP_DOUBLE requirement. gcc/testsuite/ChangeLog: 2019-03-08 Andre Vieira <andre.simoesdiasvieira@arm.com> * gcc.target/arm/f16_f64_conv_no_dp.c: New test. From-SVN: r269499
Diffstat (limited to 'libgo')
0 files changed, 0 insertions, 0 deletions