Bug 166808 - Introduce CPU(X86_SSE2) instead of various SSE2 checks
Summary: Introduce CPU(X86_SSE2) instead of various SSE2 checks
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Konstantin Tokarev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-07 07:34 PST by Konstantin Tokarev
Modified: 2017-01-08 09:46 PST (History)
6 users (show)

See Also:


Attachments
Patch (8.00 KB, patch)
2017-01-07 08:00 PST, Konstantin Tokarev
no flags Details | Formatted Diff | Diff
Patch (8.04 KB, patch)
2017-01-07 08:14 PST, Konstantin Tokarev
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Tokarev 2017-01-07 07:34:50 PST
Now copyLCharsFromUCharSource can use SSE2 implementation on non-Darwin OSes, and all SSE2 code paths are available for MSVC on x86 if /arch:SSE2 or higher is enabled.
Comment 1 Konstantin Tokarev 2017-01-07 08:00:11 PST
Created attachment 298277 [details]
Patch
Comment 2 Konstantin Tokarev 2017-01-07 08:14:22 PST
Created attachment 298278 [details]
Patch
Comment 3 WebKit Commit Bot 2017-01-08 09:45:57 PST
Comment on attachment 298278 [details]
Patch

Clearing flags on attachment: 298278

Committed r210496: <http://trac.webkit.org/changeset/210496>
Comment 4 WebKit Commit Bot 2017-01-08 09:46:01 PST
All reviewed patches have been landed.  Closing bug.