PR c/67784
[official-gcc.git] / gcc / testsuite / gcc.target / arm / neon / vreinterprets32_f32.c
blob10f41dce2c6019aa63e5254fa6117e1e68ab27e5
1 /* Test the `vreinterprets32_f32' ARM Neon intrinsic. */
2 /* This file was autogenerated by neon-testgen. */
4 /* { dg-do assemble } */
5 /* { dg-require-effective-target arm_neon_ok } */
6 /* { dg-options "-save-temps -O0" } */
7 /* { dg-add-options arm_neon } */
9 #include "arm_neon.h"
11 void test_vreinterprets32_f32 (void)
13 int32x2_t out_int32x2_t;
14 float32x2_t arg0_float32x2_t;
16 out_int32x2_t = vreinterpret_s32_f32 (arg0_float32x2_t);