Home | History | Annotate | Download | only in machine

Lines Matching defs:__ARM_ARCH__

41 /* __ARM_ARCH__ is a number corresponding to the ARM revision
44 * it looks like our toolchain doesn't define __ARM_ARCH__
50 #ifndef __ARM_ARCH__
55 # define __ARM_ARCH__ 7
61 # define __ARM_ARCH__ 6
66 # define __ARM_ARCH__ 5
70 # define __ARM_ARCH__ 4
82 # undef __ARM_ARCH__
83 # define __ARM_ARCH__ 4
87 #if __ARM_ARCH__ > 5
89 #elif __ARM_ARCH__ == 5
96 #if __ARM_ARCH__ >= 5
148 #if __ARM_ARCH__ >= 5
155 #if __ARM_ARCH__ >= 6
161 #if __ARM_ARCH__ >= 7
169 #if __ARM_ARCH__ >= 7
175 #if __ARM_ARCH__ >= 7 && defined __VFP_FP__
183 #if __ARM_ARCH__ >= 7 && defined __ARM_NEON__