Skip to content

Instantly share code, notes, and snippets.

@deltheil
Created September 26, 2012 14:07
Show Gist options
  • Save deltheil/3788263 to your computer and use it in GitHub Desktop.
Save deltheil/3788263 to your computer and use it in GitHub Desktop.
clang -arch armv7 vs. armv7s
--- armv7.txt 2012-09-26 16:03:39.000000000 +0200
+++ armv7s.txt 2012-09-26 16:03:45.000000000 +0200
@@ -3,8 +3,9 @@
#define __APPLE_CC__ 5621
#define __APPLE__ 1
#define __ARMEL__ 1
-#define __ARM_ARCH_7A__ 1
+#define __ARM_ARCH_7S__ 1
#define __ARM_NEON__ 1
+#define __ARM_VFPV4__ 1
#define __ATOMIC_ACQUIRE 2
#define __ATOMIC_ACQ_REL 4
#define __ATOMIC_CONSUME 1
@@ -31,7 +32,7 @@
#define __DBL_MIN__ 2.2250738585072014e-308
#define __DECIMAL_DIG__ 17
#define __DYNAMIC__ 1
-#define __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__ 00000
+#define __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ 1070
#define __FINITE_MATH_ONLY__ 0
#define __FLT_DENORM_MIN__ 1.40129846e-45F
#define __FLT_DIG__ 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment