mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-09 19:03:45 -04:00
Remove FMA4 from qt_common
This commit is contained in:
parent
3afbd6205f
commit
cb3905ec7c
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue