blob: 9c2587640bc22e340cdbf9a54b9fac5fcea1fb22 [file] [log] [blame]
/* APPLE LOCAL file v7 merge */
/* Test the `vreinterpretQu64_s16' ARM Neon intrinsic. */
/* This file was autogenerated by neon-testgen. */
/* { dg-do assemble } */
/* { dg-require-effective-target arm_neon_ok } */
/* { dg-options "-save-temps -O0 -mfpu=neon -mfloat-abi=softfp" } */
#include "arm_neon.h"
void test_vreinterpretQu64_s16 (void)
{
uint64x2_t out_uint64x2_t;
int16x8_t arg0_int16x8_t;
out_uint64x2_t = vreinterpretq_u64_s16 (arg0_int16x8_t);
}
/* { dg-final { cleanup-saved-temps } } */