Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions BLAS/TESTING/cblat1.f
Original file line number Diff line number Diff line change
Expand Up @@ -1033,6 +1033,8 @@ SUBROUTINE CB1NRM2(N,INCX,THRESH)
ELSE
TRAT = ZERO
END IF
ELSE IF (SNRM == ZNRM) THEN
TRAT = ZERO
ELSE IF (ZNRM == ZERO) THEN
TRAT = SNRM / ULP
ELSE
Expand Down
2 changes: 2 additions & 0 deletions BLAS/TESTING/zblat1.f
Original file line number Diff line number Diff line change
Expand Up @@ -1033,6 +1033,8 @@ SUBROUTINE ZB1NRM2(N,INCX,THRESH)
ELSE
TRAT = ZERO
END IF
ELSE IF (SNRM == ZNRM) THEN
TRAT = ZERO
ELSE IF (ZNRM == ZERO) THEN
TRAT = SNRM / ULP
ELSE
Expand Down