[webkit-changes] [WebKit/WebKit] 667960: [JSC][armv7] Fix BBQJIT::F64CopySign on armv7
Max Rottenkolber
noreply at github.com
Thu Feb 27 03:43:38 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 667960fc04252cb7397532b7fdf04c9be52ee482
https://github.com/WebKit/WebKit/commit/667960fc04252cb7397532b7fdf04c9be52ee482
Author: Max Rottenkolber <maximilian at igalia.com>
Date: 2025-02-27 (Thu, 27 Feb 2025)
Changed paths:
M Source/JavaScriptCore/wasm/WasmBBQJIT32_64.cpp
Log Message:
-----------
[JSC][armv7] Fix BBQJIT::F64CopySign on armv7
https://bugs.webkit.org/show_bug.cgi?id=288081
Reviewed by Yusuke Suzuki and Justin Michaud.
Properly allocate a scratch FPR instead of a GPR pair for a scratch float value.
* Source/JavaScriptCore/wasm/WasmBBQJIT32_64.cpp:
(JSC::Wasm::BBQJITImpl::BBQJIT::addF64Copysign):
Canonical link: https://commits.webkit.org/291216@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list