10000 Fix a bug due to optimizing compilers. See http://www.nanoengineer-1… · numpy/numpy@cadbb5f · GitHub
[go: up one dir, main page]

Skip to content

Commit cadbb5f

Browse files
committed
Fix a bug due to optimizing compilers. See http://www.nanoengineer-1.net/mediawiki/index.php?title=Bug_1058
1 parent 0d68afb commit cadbb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/linalg/dlamch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ doublereal dlamc3_(doublereal *a, doublereal *b)
672672
*/
673673
/* >>Start of File<<
674674
System generated locals */
675-
doublereal ret_val;
675+
volatile doublereal ret_val;
676676

677677

678678

0 commit comments

Comments
 (0)
0