Skip to content

Commit bbe119e

Browse files
authored
Update conditional for atomics to use HAVE_C11
1 parent f4f7494 commit bbe119e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lapack/getrf/potrf_parallel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ static FLOAT dm1 = -1.;
101101
#endif
102102

103103
typedef struct {
104-
#if __STDC_VERSION__ >= 201112L
104+
#ifdef HAVE_C11
105105
_Atomic
106106
#else
107107
volatile

0 commit comments

Comments
 (0)