blob: baa8ee2a93ef390f863b1f801580f04cd731b12a [file] [log] [blame]
/* Test the `vreinterpretQs16_s8' 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_vreinterpretQs16_s8 (void)
{
int16x8_t out_int16x8_t;
int8x16_t arg0_int8x16_t;
out_int16x8_t = vreinterpretq_s16_s8 (arg0_int8x16_t);
}
/* { dg-final { cleanup-saved-temps } } */