summaryrefslogtreecommitdiff
path: root/gcc/config/arm/arm_neon.h
diff options
context:
space:
mode:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2009-05-26 17:08:57 +0000
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2009-05-26 17:08:57 +0000
commit165c158a4782dde25b9020d34ae522b4fe431903 (patch)
tree0f8d1b0dbeedd88ce32d810300d210e53eb96928 /gcc/config/arm/arm_neon.h
parent8b92372d18253e8e1a890848c02004b84a80a773 (diff)
downloadgcc-165c158a4782dde25b9020d34ae522b4fe431903.tar.gz
revert
* config/arm/neon-gen.ml: Include vxWorks.h rather than stdint.h for VxWorks kernels. * config/arm/arm_neon.h: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147877 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/arm_neon.h')
-rw-r--r--gcc/config/arm/arm_neon.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/arm/arm_neon.h b/gcc/config/arm/arm_neon.h
index fceea4af676..faaaf7bca39 100644
--- a/gcc/config/arm/arm_neon.h
+++ b/gcc/config/arm/arm_neon.h
@@ -36,11 +36,7 @@
extern "C" {
#endif
-#if defined (__vxworks) && defined (_WRS_KERNEL)
-#include <vxWorks.h>
-#else
#include <stdint.h>
-#endif
typedef __builtin_neon_qi int8x8_t __attribute__ ((__vector_size__ (8)));
typedef __builtin_neon_hi int16x4_t __attribute__ ((__vector_size__ (8)));