mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +02:00
not supported by Clang
This commit is contained in:
parent
27494e54c5
commit
c4b09c3603
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ static bool cpuSupportsAVX() {
|
|||
return result;
|
||||
}
|
||||
|
||||
#elif defined(__GNUC__)
|
||||
#elif defined(__GNUC__) && !defined(__clang__)
|
||||
|
||||
static bool cpuSupportsAVX() {
|
||||
return __builtin_cpu_supports("avx");
|
||||
|
|
Loading…
Reference in a new issue