RFR: 8352675: Support Intel AVX10 converged vector ISA feature detection [v11]
Jatin Bhateja
jbhateja at openjdk.org
Mon May 5 03:57:22 UTC 2025
On Sat, 3 May 2025 08:26:19 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:
>> New implimentation directly modify the feature vector bits though macros.
>
> I prefer explicit accessor calls on corresponding instance fields.
>
> It's confusing to see `VM_Version::CpuidInfo::feature_flags()` implicitly modifying `_dynamic_features_vector` through macros.
I have changed this local rountine name to install_feature_flags to confirm to its semantics
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24329#discussion_r2072818174
More information about the graal-dev
mailing list