Skip to content

Commit

Permalink
Remove legacy overflow warning for non-IEEE 754 machines
Browse files Browse the repository at this point in the history
  • Loading branch information
angsch committed Jun 21, 2023
1 parent 5590164 commit ba727de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
4 changes: 1 addition & 3 deletions SRC/dlas2.f
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@
*> infinite.
*>
*> Overflow will not occur unless the largest singular value itself
*> overflows, or is within a few ulps of overflow. (On machines with
*> partial overflow, like the Cray, overflow may occur if the largest
*> singular value is within a factor of 2 of overflow.)
*> overflows, or is within a few ulps of overflow.
*>
*> Underflow is harmless if underflow is gradual. Otherwise, results
*> may correspond to a matrix modified by perturbations of size near
Expand Down
4 changes: 1 addition & 3 deletions SRC/dlasv2.f
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,7 @@
*> infinite.
*>
*> Overflow will not occur unless the largest singular value itself
*> overflows or is within a few ulps of overflow. (On machines with
*> partial overflow, like the Cray, overflow may occur if the largest
*> singular value is within a factor of 2 of overflow.)
*> overflows or is within a few ulps of overflow.
*>
*> Underflow is harmless if underflow is gradual. Otherwise, results
*> may correspond to a matrix modified by perturbations of size near
Expand Down
4 changes: 1 addition & 3 deletions SRC/slas2.f
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@
*> infinite.
*>
*> Overflow will not occur unless the largest singular value itself
*> overflows, or is within a few ulps of overflow. (On machines with
*> partial overflow, like the Cray, overflow may occur if the largest
*> singular value is within a factor of 2 of overflow.)
*> overflows, or is within a few ulps of overflow.
*>
*> Underflow is harmless if underflow is gradual. Otherwise, results
*> may correspond to a matrix modified by perturbations of size near
Expand Down
4 changes: 1 addition & 3 deletions SRC/slasv2.f
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,7 @@
*> infinite.
*>
*> Overflow will not occur unless the largest singular value itself
*> overflows or is within a few ulps of overflow. (On machines with
*> partial overflow, like the Cray, overflow may occur if the largest
*> singular value is within a factor of 2 of overflow.)
*> overflows or is within a few ulps of overflow.
*>
*> Underflow is harmless if underflow is gradual. Otherwise, results
*> may correspond to a matrix modified by perturbations of size near
Expand Down

0 comments on commit ba727de

Please sign in to comment.