RESOLVED FIXED 166808
Introduce CPU(X86_SSE2) instead of various SSE2 checks
https://bugs.webkit.org/show_bug.cgi?id=166808
Summary Introduce CPU(X86_SSE2) instead of various SSE2 checks
Konstantin Tokarev
Reported 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.
Attachments
Patch (8.00 KB, patch)
2017-01-07 08:00 PST, Konstantin Tokarev
no flags
Patch (8.04 KB, patch)
2017-01-07 08:14 PST, Konstantin Tokarev
no flags
Konstantin Tokarev
Comment 1 2017-01-07 08:00:11 PST
Konstantin Tokarev
Comment 2 2017-01-07 08:14:22 PST
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2017-01-08 09:46:01 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.