mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-18 21:33:39 -09:00
Alder Lake CPUs have AVX512 support disabled [0]. To prevent potential issues, remove the AVX512 support advertisement. This puts Buildroot inline with the GCC options [1]. [0]: https://www.intel.com/content/www/us/en/support/articles/000089918/processors.html [1]: https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html Fixes:e7b94130("arch/Config.in.x86: add sapphirerapids, alderlake, rocketlake") Signed-off-by: Vincent Fazio <vfazio@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commitf82a65b15b) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>