From 2ae23e7e5e448148167c6ab5c484bd7d078a6aa7 Mon Sep 17 00:00:00 2001
From: Skyth <19259897+blueskythlikesclouds@users.noreply.github.com>
Date: Fri, 27 Sep 2024 12:37:25 +0300
Subject: [PATCH] Change arch to haswell.

---
 PowerSample/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PowerSample/CMakeLists.txt b/PowerSample/CMakeLists.txt
index af912b9..71e3f69 100644
--- a/PowerSample/CMakeLists.txt
+++ b/PowerSample/CMakeLists.txt
@@ -3,7 +3,7 @@ project("PowerSample")
 add_compile_options(
     "/fp:strict"
     "/GS-"
-    "-march=x86-64-v3"
+    "-march=haswell"
     "-fno-strict-aliasing")
 
 file(GLOB RecompiledFiles *.cpp)