Skip to content

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

Merged
langou merged 1 commit into
Reference-LAPACK:masterfrom
jschueller:issue608
Jul 13, 2026
Merged

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

Conversation

@jschueller

Copy link
Copy Markdown
Collaborator

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
@langou langou merged commit 7551f87 into Reference-LAPACK:master Jul 13, 2026
12 checks passed
@jschueller jschueller deleted the issue608 branch July 13, 2026 15:52
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

3 participants