Re: [PATCH][AArch64] Simplify vreinterpret for float64x1_t using casts.

2014-09-09 Thread Marcus Shawcroft
On 8 September 2014 17:45, Alan Lawrence wrote: > Now that float64x1 is a vector type, we can convert between it and other > same-sized vector types with a simple cast, as is already done for all other > reinterprets not involving float64x1. > > This allows to remove the reinterpretv1df and reinte

[PATCH][AArch64] Simplify vreinterpret for float64x1_t using casts.

2014-09-08 Thread Alan Lawrence
Now that float64x1 is a vector type, we can convert between it and other same-sized vector types with a simple cast, as is already done for all other reinterprets not involving float64x1. This allows to remove the reinterpretv1df and reinterpret<*>v1df builtins in aarch64-simd-builtins.def, an