Skip to content

Commit ba727de

Browse files
committed
Remove legacy overflow warning for non-IEEE 754 machines
1 parent 5590164 commit ba727de

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

SRC/dlas2.f

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@
9393
*> infinite.
9494
*>
9595
*> Overflow will not occur unless the largest singular value itself
96-
*> overflows, or is within a few ulps of overflow. (On machines with
97-
*> partial overflow, like the Cray, overflow may occur if the largest
98-
*> singular value is within a factor of 2 of overflow.)
96+
*> overflows, or is within a few ulps of overflow.
9997
*>
10098
*> Underflow is harmless if underflow is gradual. Otherwise, results
10199
*> may correspond to a matrix modified by perturbations of size near

SRC/dlasv2.f

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,7 @@
124124
*> infinite.
125125
*>
126126
*> Overflow will not occur unless the largest singular value itself
127-
*> overflows or is within a few ulps of overflow. (On machines with
128-
*> partial overflow, like the Cray, overflow may occur if the largest
129-
*> singular value is within a factor of 2 of overflow.)
127+
*> overflows or is within a few ulps of overflow.
130128
*>
131129
*> Underflow is harmless if underflow is gradual. Otherwise, results
132130
*> may correspond to a matrix modified by perturbations of size near

SRC/slas2.f

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@
9393
*> infinite.
9494
*>
9595
*> Overflow will not occur unless the largest singular value itself
96-
*> overflows, or is within a few ulps of overflow. (On machines with
97-
*> partial overflow, like the Cray, overflow may occur if the largest
98-
*> singular value is within a factor of 2 of overflow.)
96+
*> overflows, or is within a few ulps of overflow.
9997
*>
10098
*> Underflow is harmless if underflow is gradual. Otherwise, results
10199
*> may correspond to a matrix modified by perturbations of size near

SRC/slasv2.f

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,7 @@
124124
*> infinite.
125125
*>
126126
*> Overflow will not occur unless the largest singular value itself
127-
*> overflows or is within a few ulps of overflow. (On machines with
128-
*> partial overflow, like the Cray, overflow may occur if the largest
129-
*> singular value is within a factor of 2 of overflow.)
127+
*> overflows or is within a few ulps of overflow.
130128
*>
131129
*> Underflow is harmless if underflow is gradual. Otherwise, results
132130
*> may correspond to a matrix modified by perturbations of size near

0 commit comments

Comments
 (0)