Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5ff6d249b0dc30fca7d12f5bb0f1bb4127f28a9d
https://github.com/WebKit/WebKit/commit/5ff6d249b0dc30fca7d12f5bb0f1bb4127f28a9d
Author: Angelos Oikonomopoulos <[email protected]>
Date: 2024-11-27 (Wed, 27 Nov 2024)
Changed paths:
M Source/JavaScriptCore/b3/testb3.h
M Source/JavaScriptCore/b3/testb3_7.cpp
M Source/JavaScriptCore/b3/testb3_failingArmV7Tests.inc
Log Message:
-----------
ARMv7: fix single-precision fp arguments in testb3
https://bugs.webkit.org/show_bug.cgi?id=283744
Reviewed by Justin Michaud.
Ensure that (contrary to the C ABI) single-precision FP arguments will
be passed in even numbered single-precision FP registers on ARMv7. This
uses the ArgumentTweaker machinery which already documents this
workaround.
The patch fixes testFloatMaxMin but also removes a couple more
now-passing tests from testb3_failingArmV7Tests.inc.
* Source/JavaScriptCore/b3/testb3.h:
(invoke):
* Source/JavaScriptCore/b3/testb3_7.cpp:
(testFMaxMin):
* Source/JavaScriptCore/b3/testb3_failingArmV7Tests.inc:
Canonical link: https://commits.webkit.org/287132@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