RFR: 8322770: Implement C2 VectorizedHashCode on AArch64 [v2]
Andrew Haley
aph at openjdk.org
Wed Sep 18 12:08:15 UTC 2024
On Wed, 21 Aug 2024 14:50:00 GMT, Mikhail Ablakatov <duke at openjdk.org> wrote:
>> src/hotspot/share/utilities/intpow.hpp line 29:
>>
>>> 27: #define SHARE_UTILITIES_INTPOW_HPP
>>> 28:
>>> 29: #include "metaprogramming/enableIf.hpp"
>>
>> There's no need for any of this metaprogramming. A constexpr function would be better.
>
> Replied in another thread: https://github.com/openjdk/jdk/pull/18487/files/4c6812f63bf9a6d5cf17c7899fe4a77e390c1645#r1725193686
OK.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18487#discussion_r1764929761
More information about the hotspot-dev
mailing list