mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-28 15:58:57 -04:00
Fix this test to work for arm and on all platforms.
llvm-svn: 136307
This commit is contained in:
parent
82398f9cd6
commit
9c8dece1b6
@ -1,12 +1,6 @@
|
||||
// RUN: %clang_cc1 -emit-llvm -march=armv7a %s
|
||||
|
||||
// XFAIL: *
|
||||
// XTARGET: arm
|
||||
|
||||
typedef struct __simd128_uint16_t
|
||||
{
|
||||
__neon_uint16x8_t val;
|
||||
} uint16x8_t;
|
||||
// RUN: %clang -S -emit-llvm -arch arm -march=armv7a %s
|
||||
typedef unsigned short uint16_t;
|
||||
typedef __attribute__((neon_vector_type(8))) uint16_t uint16x8_t;
|
||||
|
||||
void b(uint16x8_t sat, uint16x8_t luma)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user