Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 91262be0cb68c36ed872eeedeed6db12b821e211
https://github.com/WebKit/WebKit/commit/91262be0cb68c36ed872eeedeed6db12b821e211
Author: Yusuke Suzuki <[email protected]>
Date: 2024-05-10 (Fri, 10 May 2024)
Changed paths:
M Source/WTF/wtf/SIMDHelpers.h
M Source/WTF/wtf/text/StringCommon.cpp
M Source/WTF/wtf/text/StringCommon.h
Log Message:
-----------
[JSC] Use simde for find16,32,64 functions
https://bugs.webkit.org/show_bug.cgi?id=273849
rdar://127701822
Reviewed by Mark Lam.
This patch starts using simde for find16 / find32 / find64 implementations.
And we also use a slightly different approach so that we no longer need to
access to out-of-ASAN region (but still within page boundary).
So we can remove SUPPRESS_ASAN. And we also use the same code for x64 too.
* Source/WTF/wtf/text/StringCommon.cpp:
(WTF::find16AlignedImpl): Deleted.
(WTF::find32AlignedImpl): Deleted.
(WTF::find64AlignedImpl): Deleted.
* Source/WTF/wtf/text/StringCommon.h:
Canonical link: https://commits.webkit.org/278641@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes