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"