blob: dc3e151ea464b0d159fd7bad4212a68e3ae1769d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* Test the `vcreateu64' 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_vcreateu64 (void)
{
uint64x1_t out_uint64x1_t;
uint64_t arg0_uint64_t;
out_uint64x1_t = vcreate_u64 (arg0_uint64_t);
}
|