From 14e7c795d51740ff0b17db58e456db066d688acd Mon Sep 17 00:00:00 2001 From: ManDude <7569514+ManDude@users.noreply.github.com> Date: Sun, 19 Jun 2022 15:33:23 +0100 Subject: [PATCH] clang --- game/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/game/main.cpp b/game/main.cpp index 967610917b..0dc1b334f9 100644 --- a/game/main.cpp +++ b/game/main.cpp @@ -81,7 +81,9 @@ int main(int argc, char** argv) { #ifndef __AVX2__ if (get_cpu_info().has_avx2) { - printf("Note: your CPU supports AVX2, but this build was not compiled with AVX2 support\nTHIS IS NOT AN ERROR!\n"); + printf( + "Note: your CPU supports AVX2, but this build was not compiled with AVX2 support\nTHIS IS " + "NOT AN ERROR!\n"); get_cpu_info().has_avx2 = false; } #endif