From d33a9c5395c9bcc7e2805a34d7bb8a6bbb9ca491 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 16 Jun 2025 22:37:05 +0200 Subject: [PATCH] Update zpotf2_L.c --- lapack/potf2/zpotf2_L.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lapack/potf2/zpotf2_L.c b/lapack/potf2/zpotf2_L.c index aa4786f50..11167031a 100644 --- a/lapack/potf2/zpotf2_L.c +++ b/lapack/potf2/zpotf2_L.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") +#pragma GCC optimize("O0") #include #include #include "common.h"