Commit a7c5a3cc by Alan Lawrence Committed by Alan Lawrence

[AArch64 Testsuite] vld1-vst1_1.c: Add missing float32x4_t case

(taken from [AArch64] Add support for float14x{4,8}_t vectors/builtins)

        * gcc.target/aarch64/vld1-vst1_1.c: Add missing float32x4_t case.

From-SVN: r226352
parent 9e9eadd1
2015-07-29 Alan Lawrence <alan.lawrence@arm.com> 2015-07-29 Alan Lawrence <alan.lawrence@arm.com>
* gcc.target/aarch64/vld1-vst1_1.c: Add missing float32x4_t case.
2015-07-29 Alan Lawrence <alan.lawrence@arm.com>
* gcc.target/aarch64/fp16/fp16.exp: New. * gcc.target/aarch64/fp16/fp16.exp: New.
* gcc.target/aarch64/fp16/f16_convs_1.c: New. * gcc.target/aarch64/fp16/f16_convs_1.c: New.
* gcc.target/aarch64/fp16/f16_convs_2.c: New. * gcc.target/aarch64/fp16/f16_convs_2.c: New.
......
...@@ -40,6 +40,7 @@ THING (int16x8_t, 8, int16_t, q_s16) \ ...@@ -40,6 +40,7 @@ THING (int16x8_t, 8, int16_t, q_s16) \
THING (uint16x8_t, 8, uint16_t, q_u16) \ THING (uint16x8_t, 8, uint16_t, q_u16) \
THING (int32x4_t, 4, int32_t, q_s32) \ THING (int32x4_t, 4, int32_t, q_s32) \
THING (uint32x4_t, 4, uint32_t, q_u32) \ THING (uint32x4_t, 4, uint32_t, q_u32) \
THING (float32x4_t, 4, float32_t, q_f32)\
THING (int64x2_t, 2, int64_t, q_s64) \ THING (int64x2_t, 2, int64_t, q_s64) \
THING (uint64x2_t, 2, uint64_t, q_u64) \ THING (uint64x2_t, 2, uint64_t, q_u64) \
THING (float64x2_t, 2, float64_t, q_f64) THING (float64x2_t, 2, float64_t, q_f64)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment