mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Fix formatting
This commit is contained in:
@@ -225,7 +225,7 @@ bool avx2_available()
|
||||
#ifdef OPENRCT2_X86
|
||||
// For GCC and similar use the builtin function, as cpuid changed its semantics in
|
||||
// https://github.com/gcc-mirror/gcc/commit/132fa33ce998df69a9f793d63785785f4b93e6f1
|
||||
// which causes it to ignore subleafs, but the new function is unavailable on
|
||||
// which causes it to ignore subleafs, but the new function is unavailable on
|
||||
// Ubuntu 18.04's toolchains.
|
||||
# if defined(OpenRCT2_CPUID_GNUC_X86) && (!defined(__FreeBSD__) || (__FreeBSD__ > 10))
|
||||
return __builtin_cpu_supports("avx2");
|
||||
|
||||
Reference in New Issue
Block a user