forked from OSchip/llvm-project
Add a test for big-endian NEON on ARM64.
The enabled test #includes <arm_neon.h>, which is sufficient to test all the code in r207624. llvm-svn: 207641
This commit is contained in:
parent
e296a0fce5
commit
7c39a5ad02
|
@ -1,4 +1,5 @@
|
|||
// RUN: %clang_cc1 -triple arm64-apple-darwin -target-feature +neon -fsyntax-only -ffreestanding -verify %s
|
||||
// RUN: %clang_cc1 -triple arm64_be-none-linux-gnu -target-feature +neon -fsyntax-only -ffreestanding -verify %s
|
||||
|
||||
#include <arm_neon.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue