Fix formatting

This commit is contained in:
Gymnasiast 2019-03-24 22:24:40 +01:00
parent 184d95c720
commit 262a9f29e8
1 changed files with 1 additions and 1 deletions

View File

@ -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");