Commit 05b1fb22 by Alan Lawrence Committed by Alan Lawrence

arm_neon.h (vdup_n_f32): Remove forward declaration.

        * config/aarch64/arm_neon.h (vdup_n_f32): Remove forward declaration.

From-SVN: r222177
parent 2234a9cb
2015-04-17 Alan Lawrence <alan.lawrence@arm.com>
* config/aarch64/arm_neon.h (vdup_n_f32): Remove forward declaration.
2015-04-17 Patrick Palka <ppalka@gcc.gnu.org> 2015-04-17 Patrick Palka <ppalka@gcc.gnu.org>
PR c++/64527 PR c++/64527
......
...@@ -5665,8 +5665,6 @@ vaddlvq_u32 (uint32x4_t a) ...@@ -5665,8 +5665,6 @@ vaddlvq_u32 (uint32x4_t a)
/* vcvt_high_f32_f16 not supported */ /* vcvt_high_f32_f16 not supported */
static float32x2_t vdup_n_f32 (float32_t);
#define vcvt_n_f32_s32(a, b) \ #define vcvt_n_f32_s32(a, b) \
__extension__ \ __extension__ \
({ \ ({ \
......
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