[vectorIntrinsics] RFR: 8343779: Cannot build Vector API JMH benchmarks on vectorIntrinsics branch [v2]
duke
duke at openjdk.org
Thu Nov 21 11:28:36 UTC 2024
On Wed, 20 Nov 2024 11:02:25 GMT, Mikhail Ablakatov <duke at openjdk.org> wrote:
>> To generate pseudo-random values, the benchmarks mostly reference the
>> Random RAND object. However, occasionally RANDOM is referenced instead
>> of RAND. The mismatch causes build errors. Reference RAND across Vector
>> API JMH benchmarks consistently.
>>
>> Some benchmarks fail to build due to lossy-conversion compiler warnings
>> which are configured to be errors. Fix narrowing numerical conversions.
>
> Mikhail Ablakatov has updated the pull request incrementally with one additional commit since the last revision:
>
> Reflect RANDOM changes in templates; fix lossy-conversion warnings
>
> Some benchmarks fail to build due to lossy-conversion compiler warnings
> which are configured to be errors. Fix narrowing numerical conversions.
@mikabl-arm
Your change (at version 47435431046ca1bb359ca07b504e4bbc048df87b) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/panama-vector/pull/221#issuecomment-2490857834
More information about the panama-dev
mailing list