blob: 6888125c638a2a0eb9ce74e9d09ba0dee468c9a3 [file] [log] [blame]
/* Test the `vdup_nu64' 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" } */
/* { dg-add-options arm_neon } */
#include "arm_neon.h"
void test_vdup_nu64 (void)
{
uint64x1_t out_uint64x1_t;
uint64_t arg0_uint64_t;
out_uint64x1_t = vdup_n_u64 (arg0_uint64_t);
}
/* { dg-final { cleanup-saved-temps } } */