mirror of https://github.com/drowe67/LPCNet.git
cherry-pick xiph/LPCNet 42a8a649d5d43457193195e5e9b4e83e75629e8c
parent
c0f30d843a
commit
97a0df10fc
|
@ -41,11 +41,7 @@
|
|||
|
||||
#else
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#pragma message ("Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 to get better performance")
|
||||
#else
|
||||
#warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue