]> sourceware.org Git - glibc.git/commit
x86: Add support for AVX10 preset and vec size in cpu-features
authorNoah Goldstein <goldstein.w.n@gmail.com>
Wed, 20 Sep 2023 20:44:50 +0000 (15:44 -0500)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Fri, 29 Sep 2023 19:18:42 +0000 (14:18 -0500)
commitd90b43a4ed475dac5b0cd6e01ceb35c7b0f7f2ff
tree0015cc47ecb9affe00f1d8afbebf4a5c16d20e25
parent5f913506f4bf4785f9cf2c2ac8d17dc9f877ff17
x86: Add support for AVX10 preset and vec size in cpu-features

This commit add support for the new AVX10 cpu features:
https://cdrdv2-public.intel.com/784267/355989-intel-avx10-spec.pdf

We add checks for:
    - `AVX10`: Check if AVX10 is present.
    - `AVX10_{X,Y,Z}MM`: Check if a given vec class has AVX10 support.

`make check` passes and cpuid output was checked against GNR/DMR on an
emulator.
manual/platform.texi
sysdeps/x86/bits/platform/x86.h
sysdeps/x86/cpu-features.c
sysdeps/x86/include/cpu-features.h
sysdeps/x86/tst-get-cpu-features.c
This page took 0.069695 seconds and 5 git commands to generate.