Skip to content

Commit d33a9c5

Browse files
authored
Update zpotf2_L.c
1 parent 70c430c commit d33a9c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lapack/potf2/zpotf2_L.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/* interpreted as representing official policies, either expressed */
3636
/* or implied, of The University of Texas at Austin. */
3737
/*********************************************************************/
38-
äpragma GCC optimize("O0")
38+
#pragma GCC optimize("O0")
3939
#include <stdio.h>
4040
#include <math.h>
4141
#include "common.h"

0 commit comments

Comments
 (0)