Remove FMA4 from qt_common

This commit is contained in:
RedBlackAka 2026-05-20 18:37:24 +02:00
parent 3afbd6205f
commit cb3905ec7c

View file

@ -223,7 +223,7 @@ void Init(QWidget* root) {
} else if (caps.avx2) {
cpu_string += '2';
}
if (caps.fma || caps.fma4) {
if (caps.fma) {
cpu_string += " | FMA";
}
}