Title: [186093] trunk/WebKitLibraries
Revision
186093
Author
[email protected]
Date
2015-06-29 16:08:20 -0700 (Mon, 29 Jun 2015)

Log Message

[Win] Activate SSE support for 32-bit builds.
https://bugs.webkit.org/show_bug.cgi?id=144923

Patch by Hyungwook Lee <[email protected]> on 2015-06-29
Reviewed by Brent Fulgham.

* win/tools/vsprops/common.props:

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (186092 => 186093)


--- trunk/WebKitLibraries/ChangeLog	2015-06-29 23:01:30 UTC (rev 186092)
+++ trunk/WebKitLibraries/ChangeLog	2015-06-29 23:08:20 UTC (rev 186093)
@@ -1,3 +1,12 @@
+2015-06-29  Hyungwook Lee  <[email protected]>
+
+        [Win] Activate SSE support for 32-bit builds.
+        https://bugs.webkit.org/show_bug.cgi?id=144923
+
+        Reviewed by Brent Fulgham.
+
+        * win/tools/vsprops/common.props:
+
 2015-06-26  Per Arne Vollan  <[email protected]>
 
         [WinCairo] Enable WEB_TIMING.

Modified: trunk/WebKitLibraries/win/tools/vsprops/common.props (186092 => 186093)


--- trunk/WebKitLibraries/win/tools/vsprops/common.props	2015-06-29 23:01:30 UTC (rev 186092)
+++ trunk/WebKitLibraries/win/tools/vsprops/common.props	2015-06-29 23:08:20 UTC (rev 186093)
@@ -63,7 +63,6 @@
       <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

Reply via email to