From 52801cc5d4399e2baacaeeb66208723ac2658646 Mon Sep 17 00:00:00 2001 From: David Hutchinson Date: Fri, 20 Feb 2026 18:06:24 +1300 Subject: [PATCH] Nesi changes to AVX2 flags --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 69ab9d5..6afb950 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,7 +48,7 @@ endif() if(CMAKE_Fortran_COMPILER_ID MATCHES Intel) set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -r8 -fpe0 -fp-model precise -fp-model source -align all -traceback") set(CMAKE_Fortran_FLAGS_DEBUG "-g3 -O0 -check all") - set(CMAKE_Fortran_FLAGS_RELEASE "-g3 -O2 -axCORE-AVX2 -debug all -check none -qopt-report=5 -qopt-report-annotate") + set(CMAKE_Fortran_FLAGS_RELEASE "-g3 -O2 -mavx2 -debug all -check none ") endif() find_package(PkgConfig REQUIRED)