This shouldn't have snuck in.

This commit is contained in:
Adam Treat 2023-05-08 14:21:29 -04:00
parent 3a8ad1f700
commit 126dd97b0a

View File

@ -32,7 +32,6 @@ LLM::LLM()
const bool avx2(__builtin_cpu_supports("avx2"));
const bool fma(__builtin_cpu_supports("fma"));
m_compatHardware = avx && avx2 && fma;
qDebug() << "m_compatHardware" << m_compatHardware;
emit compatHardwareChanged();
}
#endif