Skip to content

TGSJA: replace HUGE intrinsic with LAMCH('O')#1305

Open
jschueller wants to merge 1 commit into
Reference-LAPACK:masterfrom
jschueller:issue608
Open

TGSJA: replace HUGE intrinsic with LAMCH('O')#1305
jschueller wants to merge 1 commit into
Reference-LAPACK:masterfrom
jschueller:issue608

Conversation

@jschueller

Copy link
Copy Markdown
Contributor

Replace the Fortran intrinsic HUGE with SLAMCH('O')/DLAMCH('O') for consistency with the rest of LAPACK. HUGENUM is changed from a compile-time PARAMETER to a runtime assignment since LAMCH is a function call.

Closes #608

Replace the Fortran intrinsic HUGE with SLAMCH('O')/DLAMCH('O')
for consistency with the rest of LAPACK.  HUGENUM is changed from
a compile-time PARAMETER to a runtime assignment since LAMCH is a
function call.

Closes Reference-LAPACK#608
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(S/C/D/Z)TGSJA are calling FORTRAN INTRINSIC HUGE

1 participant