diff options
Diffstat (limited to 'TestPrograms/test_arm_neon.cxx')
-rw-r--r-- | TestPrograms/test_arm_neon.cxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/TestPrograms/test_arm_neon.cxx b/TestPrograms/test_arm_neon.cxx index c5407a40..745df66b 100644 --- a/TestPrograms/test_arm_neon.cxx +++ b/TestPrograms/test_arm_neon.cxx @@ -1,9 +1,9 @@ -#include <arm_neon.h> -#include <stdint.h> - -int main(int argc, char* argv[]) -{ - uint32x4_t x; - x=veorq_u32(x,x); - return 0; -} +#include <arm_neon.h>
+#include <stdint.h>
+
+int main(int argc, char* argv[])
+{
+ uint32x4_t x;
+ x=veorq_u32(x,x);
+ return 0;
+}
|