Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 80a7d8d4cd4f464f9c79298a16380065cb7ffa63
https://github.com/WebKit/WebKit/commit/80a7d8d4cd4f464f9c79298a16380065cb7ffa63
Author: Keita Nonaka <[email protected]>
Date: 2025-05-06 (Tue, 06 May 2025)
Changed paths:
A JSTests/microbenchmarks/math-log1p.js
M Source/JavaScriptCore/runtime/MathCommon.cpp
M Source/JavaScriptCore/runtime/MathCommon.h
Log Message:
-----------
[JSC] Move `log1p` from `FOR_EACH_ARITH_UNARY_OP_CUSTOM` to
`FOR_EACH_ARITH_UNARY_OP_STD`
https://bugs.webkit.org/show_bug.cgi?id=292560
Reviewed by Yusuke Suzuki.
Move log1p from FOR_EACH_ARITH_UNARY_OP_CUSTOM to FOR_EACH_ARITH_UNARY_OP_STD
* JSTests/microbenchmarks/math-log1p.js: Added.
* Source/JavaScriptCore/runtime/MathCommon.cpp:
(JSC::Math::log1pDoubleImpl): Deleted.
(JSC::Math::log1pFloatImpl): Deleted.
(JSC::Math::log1p): Deleted.
* Source/JavaScriptCore/runtime/MathCommon.h:
Canonical link: https://commits.webkit.org/294588@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