Remove unused intrinsic MAX

Contrary to their single precision counterparts,
DLANSF and ZLANHT declare MAX intrinsic which is not used.
This commit is contained in:
Kyungmin Lee
2026-05-07 21:30:03 -07:00
parent d6b82864ed
commit f038bec2de
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -237,7 +237,7 @@
EXTERNAL DLASSQ
* ..
* .. Intrinsic Functions ..
INTRINSIC ABS, MAX, SQRT
INTRINSIC ABS, SQRT
* ..
* .. Executable Statements ..
*
+1 -1
View File
@@ -129,7 +129,7 @@
EXTERNAL DLASSQ, ZLASSQ
* ..
* .. Intrinsic Functions ..
INTRINSIC ABS, MAX, SQRT
INTRINSIC ABS, SQRT
* ..
* .. Executable Statements ..
*