RFR: 8352675: Support Intel AVX10 converged vector ISA feature detection [v3]
Emanuel Peter
epeter at openjdk.org
Tue Apr 8 17:26:26 UTC 2025
On Tue, 8 Apr 2025 17:18:53 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> Jatin Bhateja has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
>>
>> 8352675: Support Intel AVX10 converged vector ISA feature detection
>
> src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/hotspot/HotSpotJVMCIBackendFactory.java line 60:
>
>> 58: Map<String, Long> constants,
>> 59: long features,
>> 60: long extra_features,
>
> All other arguments have a javadoc `@param` above, you should probably add one too then ;)
Ah, and is it not more "java" to use `extraFeatures`?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24329#discussion_r2033698184
More information about the hotspot-compiler-dev
mailing list