This shouldn't have snuck in.

pull/520/head
Adam Treat 1 year ago
parent 992e553cfa
commit dfe85386b5

@ -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

Loading…
Cancel
Save