URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [arm/] [neon-vld-1.c] - Rev 708
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-require-effective-target arm_neon_ok } */ /* { dg-options "-O1" } */ /* { dg-add-options arm_neon } */ #include <arm_neon.h> uint8x16_t foo (uint8_t *a, uint8x16_t b) { vst1q_lane_u8 (a, b, 14); return vld1q_lane_u8 (a + 0x100, b, 15); }
Go to most recent revision | Compare with Previous | Blame | View Log