[PATCH 2/4][ARM Intrinsics] Add missing float16x8_t type
Alan Lawrence
alan.lawrence@arm.com
Fri Jan 16 17:38:00 GMT 2015
- Previous message (by thread): [PATCH 1/4][ARM Intrinsics]float16x4_t intrinsics: vget_lane, vset_lane, vcreate, vdup_n, vdup_lane, vld1_lane, vld1_dup, vreinterpret
- Next message (by thread): [PATCH 3/4][ARM Intrinsics]float16x8_t intrinsics: vgetq_lane, vsetq_lane, vdupq_n, vdupq_lane, vld1q_lane, vld1q_dup, vreinterpretq
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
This defines arm_neon.h's float16x8_t type, although no intrinsics yet (see next
patch). Adding V8HFmode does mean programmers can define a GCC vector of same
size themselves.
gcc/ChangeLog:
* config/arm/arm.h (VALID_NEON_QREG_MODE): Add V8HFmode.
* config/arm/arm.c (arm_vector_mode_supported_p): Support V8HFmode.
* config/arm/arm-builtins.c (v8hf_UP): New.
(arm_init_simd_builtin_types): Initialise Float16x8_t.
* config/arm/arm-simd-builtin-types.def (Float16x8_t): New.
* config/arm/arm_neon.h (float16x8_t): New typedef.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: float16x8_t.patch
Type: text/x-patch
Size: 3280 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20150116/9a14fe46/attachment.bin>
- Previous message (by thread): [PATCH 1/4][ARM Intrinsics]float16x4_t intrinsics: vget_lane, vset_lane, vcreate, vdup_n, vdup_lane, vld1_lane, vld1_dup, vreinterpret
- Next message (by thread): [PATCH 3/4][ARM Intrinsics]float16x8_t intrinsics: vgetq_lane, vsetq_lane, vdupq_n, vdupq_lane, vld1q_lane, vld1q_dup, vreinterpretq
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Gcc-patches
mailing list