aboutsummaryrefslogtreecommitdiff
path: root/include/arm_features.h
AgeCommit message (Collapse)Author
2017-05-03use pc-relative offsets for PIC toonotaz
2016-04-01use __ARM_ARCHnotaz
2015-02-14arm_features.h Add ARM architectures 8A and 6Mgizmo98
Just copied macros from gcc source code: https://github.com/gcc-mirror/gcc/blob/113a5d9f83975b703ec06a1d2baa30604d322cf1/libatomic/config/arm/arm-config.h#L54
2015-01-31Add __ARM_ARCH_7S__ architecturegizmo98
See http://sourceforge.net/p/predef/wiki/Architectures/ Apple A6 is an __ARM__ARCH_7S__ architecture.
2013-04-02drc: handle more calling conventionsnotaz
2013-04-01still adjusting asm for better as compatibility..notaz
2013-03-25asm: use a macro for functionsnotaz
2012-12-02improve ARM feature detectionnotaz