Title: [164072] trunk/Source/WTF
- Revision
- 164072
- Author
- [email protected]
- Date
- 2014-02-13 16:22:15 -0800 (Thu, 13 Feb 2014)
Log Message
Fix the iOS build after <http://trac.webkit.org/changeset/164064
* wtf/Platform.h:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (164071 => 164072)
--- trunk/Source/WTF/ChangeLog 2014-02-13 23:57:53 UTC (rev 164071)
+++ trunk/Source/WTF/ChangeLog 2014-02-14 00:22:15 UTC (rev 164072)
@@ -1,5 +1,11 @@
2014-02-13 Daniel Bates <[email protected]>
+ Fix the iOS build after <http://trac.webkit.org/changeset/164064
+
+ * wtf/Platform.h:
+
+2014-02-13 Daniel Bates <[email protected]>
+
[iOS] Disable HAVE_ARM_NEON_INTRINSICS
For now, disable HAVE_ARM_NEON_INTRINSICS when building for iOS. We want
Modified: trunk/Source/WTF/wtf/Platform.h (164071 => 164072)
--- trunk/Source/WTF/wtf/Platform.h 2014-02-13 23:57:53 UTC (rev 164071)
+++ trunk/Source/WTF/wtf/Platform.h 2014-02-14 00:22:15 UTC (rev 164072)
@@ -506,6 +506,7 @@
#endif
#if CPU(ARM_NEON)
+#undef HAVE_ARM_NEON_INTRINSICS
#define HAVE_ARM_NEON_INTRINSICS 0
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes