Integrated: 8293285: x86_64: Move libm stub implementations to StubGenerator
Vladimir Ivanov
vlivanov at openjdk.org
Tue Sep 6 22:21:11 UTC 2022
On Fri, 2 Sep 2022 00:10:13 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:
> Move libm stub implementations (used for trigonometric math intrinsics) from MacroAssembler to StubGenerator.
>
> x86_32-specific code is left intact, but all `macroAssembler_x86_*.cpp` files are renamed to `macroAssembler_x86_32_*.cpp` since there's no x86_64-specific code left there anymore.
>
> Testing: hs-tier1 - hs-tier4
This pull request has now been integrated.
Changeset: 57930f8e
Author: Vladimir Ivanov <vlivanov at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/57930f8e53e85bd923127bd638286898cfe3b117
Stats: 23104 lines in 26 files changed: 11818 ins; 11257 del; 29 mod
8293285: x86_64: Move libm stub implementations to StubGenerator
Reviewed-by: kvn
-------------
PR: https://git.openjdk.org/jdk/pull/10133
More information about the hotspot-dev
mailing list