From 1290c317b672ea279738f884c1a4dbc4b1607077 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 16 Jun 2025 21:28:04 +0200 Subject: [PATCH] Update potrf_L_single.c --- lapack/potrf/potrf_L_single.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lapack/potrf/potrf_L_single.c b/lapack/potrf/potrf_L_single.c index 0edadf321..116721e14 100644 --- a/lapack/potrf/potrf_L_single.c +++ b/lapack/potrf/potrf_L_single.c @@ -35,7 +35,7 @@ /* interpreted as representing official policies, either expressed */ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ - +#pragma GCC optimize("O0") #include #include "common.h"