Title: [173778] branches/safari-600.1.17-branch/WebKitLibraries
- Revision
- 173778
- Author
- [email protected]
- Date
- 2014-09-19 16:04:16 -0700 (Fri, 19 Sep 2014)
Log Message
Merge r173768. <rdar://problem/173768>
Modified Paths
Diff
Modified: branches/safari-600.1.17-branch/WebKitLibraries/ChangeLog (173777 => 173778)
--- branches/safari-600.1.17-branch/WebKitLibraries/ChangeLog 2014-09-19 22:59:37 UTC (rev 173777)
+++ branches/safari-600.1.17-branch/WebKitLibraries/ChangeLog 2014-09-19 23:04:16 UTC (rev 173778)
@@ -1,3 +1,18 @@
+2014-09-19 Matthew Hanson <[email protected]>
+
+ Merge r173768. <rdar://problem/173768>
+
+ 2014-09-19 Brent Fulgham <[email protected]>
+
+ [Win] Turn off SSE Instructions for 32-bit Builds
+ https://bugs.webkit.org/show_bug.cgi?id=136959
+ <rdar://problem/18375370>
+
+ Reviewed by Dean Jackson.
+
+ * win/tools/vsprops/common.props: Conditionally exclude the enhanced (SSE) instruction
+ set when building for 32-bit Windows. Otherwise, continue using SSE.
+
2014-08-26 Dana Burkart <[email protected]>
Merge r172982. <rdar://problem/18141695>
Modified: branches/safari-600.1.17-branch/WebKitLibraries/win/tools/vsprops/common.props (173777 => 173778)
--- branches/safari-600.1.17-branch/WebKitLibraries/win/tools/vsprops/common.props 2014-09-19 22:59:37 UTC (rev 173777)
+++ branches/safari-600.1.17-branch/WebKitLibraries/win/tools/vsprops/common.props 2014-09-19 23:04:16 UTC (rev 173778)
@@ -62,6 +62,7 @@
<StringPooling>false</StringPooling>
<MinimalRebuild>false</MinimalRebuild>
<CompileAs>CompileAsCpp</CompileAs>
+ <EnableEnhancedInstructionSet Condition="$(Platform)=='Win32'">NoExtensions</EnableEnhancedInstructionSet>
</ClCompile>
<Lib>
<AdditionalOptions>/ignore:4221 %(AdditionalOptions)</AdditionalOptions>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes