Commit Graph

289 Commits

Author SHA1 Message Date
Martin Kroeker 5a8f9aa8fc
Remove LABAD (Reference-LAPACK PR 805) and fix infinite loop scaling Inf (PR 1158) 2025-09-22 13:27:59 -07:00
Usui, Tetsuzo 14107e37d9 Add parallel laed3 2025-07-01 22:12:27 +09:00
Martin Kroeker 5aeca597fe
Fix documentation error and ordering bug (Reference-LAPACK PR 1140) 2025-06-29 17:42:15 +02:00
Martin Kroeker dcb289539b
Merge pull request #5344 from MaartenBaert/fix-dlasd7
LAPACK: Fix documentation error and ordering bug in DLASD7
2025-06-29 17:39:41 +02:00
Martin Kroeker 83a01d29ca
Revert "Fix out-of-bounds accesses in ?/SCAL/?GEEV triggered by preceding errrors/invalid inputs" 2025-06-26 17:47:20 +02:00
Maarten Baert 0904a42fa4 Fix documentation error and ordering bug in DLASD7 2025-06-25 15:50:41 +02:00
Martin Kroeker 1804ff58d7
fix missing initialization 2025-06-15 19:35:34 +02:00
Martin Kroeker 906b9df316
fix missing initialization 2025-06-15 19:34:01 +02:00
Martin Kroeker 0d69a2930d
Fix empty prototypes of select/selctg 2025-05-10 08:39:57 -07:00
Martin Kroeker 5c958dfe1e
Avoid of out of bounds accesses in SCAL when INFO<0 2025-05-01 11:58:21 +02:00
Martin Kroeker 4c0445aed1
Avoid out of bounds accesses in SCAL when INFO <0 2025-05-01 11:56:07 +02:00
Martin Kroeker d48a2fc469
Avoid out of bounds accesses in SCAL when INFO<0 2025-05-01 11:53:50 +02:00
Martin Kroeker 47b43054f1
Avoid out of bounds accesses in SCAL when INFO<0 2025-05-01 11:52:22 +02:00
Martin Kroeker d035e80d33
move the original non-recursive ?LARFT here (Reference-LAPACK PR 1080) 2025-01-11 15:42:56 -08:00
Martin Kroeker 459fa8102b
Create subdirectory for the old non-recursive ?larft 2025-01-12 00:41:54 +01:00
Martin Kroeker 0c4b4cd78c
move the non-recursive original ?larft here (Reference-LAPACK PR 1080) 2025-01-11 15:38:44 -08:00
Martin Kroeker ed516994d6
replace ?larft with a recursive implementation (Reference-LAPACK PR 1080) 2025-01-11 15:37:32 -08:00
Matthew Thompson 35334ed2ea Fixes for Fortran Standards violations for lapack-netlib 2024-12-04 10:53:05 -05:00
nickel 79f4bbd4cd fix: return types of *trtrs routines 2024-10-24 11:20:02 +02:00
Martin Kroeker 5bdd3a05f0
Merge pull request #4841 from martin-frbg/lapack1033
Prevent compilers from using FMA that could increase error in ?GEEVX (Reference-LAPACK PR 1033)
2024-08-05 23:50:40 +02:00
Martin Kroeker bce48d4a13
Fix typos and sytrd boundary workspace (Reference-LAPACK PR 1030) 2024-08-05 17:37:07 +02:00
Martin Kroeker c8b4ceca85
prevent compilers from using FMA (Reference-LAPACK PR 1033) 2024-08-05 16:45:05 +02:00
Martin Kroeker 0096482f03
fix incompatible definitions of MAXLOC 2024-07-23 15:01:26 +02:00
Martin Kroeker f96ee86711
remove .mod files during make clean 2024-06-06 21:17:36 +02:00
Martin Kroeker 7ebbe3cc72
Fix potential bounds error (Reference-LAPACK PR 1018) 2024-05-23 23:12:19 +02:00
Martin Kroeker 791e015024
Fix potential bounds error (Reference-LAPACK PR 1018) 2024-05-23 23:11:14 +02:00
Martin Kroeker 4dd715d220
Fix potential bounds error (Reference-LAPACK PR 1018) 2024-05-23 23:09:55 +02:00
Martin Kroeker e2c1a1e269
Fix potential bounds error (Reference-LAPACK PR 1018) 2024-05-23 23:08:27 +02:00
frjohnst 56d3d1039c Revert "resolve second_ conflict which breaks xlf timef"
This reverts commit 9b24b31419.

It turns out that PRs 4515 and 4520 break the tests under
lapack-netlib/TESTING which require SECOND and DSECND. IBM
has decided this is a bigger biger problem than the conflict
between lapack second_ and the xlf run time.
2024-05-15 09:44:29 -04:00
Martin Kroeker e4b695d798
Fix typos and errors in comments (Reference-LAPACK 809) 2024-04-04 11:44:55 +02:00
Martin Kroeker 0bd0df8418
fix typedef of logical to support INTERFACE64 2024-04-04 02:00:24 +02:00
Martin Kroeker d93944466c
fix typedef of logical to support INTERFACE64 2024-04-04 01:54:47 +02:00
Martin Kroeker 03698f4c1d
fix typedef of logical to support INTERFACE64 2024-04-04 01:46:46 +02:00
Martin Kroeker 353b1180c1
fix typedef of logical to support INTERFACE64 2024-04-04 01:38:10 +02:00
Martin Kroeker 8bed05a936
fix typedef of logical to support INTERFACE64 2024-04-04 01:32:37 +02:00
Martin Kroeker 466fb61c95
fix typedef of logical to support INTERFACE64 2024-04-04 01:27:57 +02:00
Martin Kroeker 7e470400c9
fix typedef of logical to support INTERFACE64 2024-04-04 01:24:27 +02:00
Martin Kroeker 373e36377c
fix typedef of logical to support INTERFACE64 2024-04-04 01:19:55 +02:00
Martin Kroeker abea53b467
fix typedef of logical to support INTERFACE64 2024-04-04 01:11:37 +02:00
Martin Kroeker b6440160ce
fix typedef of logical to support INTERFACE64 2024-04-04 01:05:35 +02:00
Martin Kroeker a16adcddd9
fix typedef of logical to support INTERFACE64 2024-04-04 00:59:57 +02:00
Martin Kroeker 1d4d36e835
fix typedef of logical to support INTERFACE64 2024-04-04 00:51:36 +02:00
Martin Kroeker c0d7477260
fix typedef of logical to support INTERFACE64 2024-04-04 00:41:14 +02:00
Martin Kroeker b0973a98e2
fix typedef of logical to support INTERFACE64 2024-04-04 00:34:32 +02:00
Martin Kroeker 0d33422b8d
fix typedef of logical to support INTERFACE64 2024-04-04 00:24:54 +02:00
Martin Kroeker cda91fdc48
fix typedef of logical to support INTERFACE64 2024-04-04 00:20:19 +02:00
Martin Kroeker f7dd80ba73
fix typedef of logical to support INTERFACE64 2024-04-04 00:14:57 +02:00
Martin Kroeker 34be8fae29
fix typedef of logical to support INTERFACE64 2024-04-04 00:10:01 +02:00
Martin Kroeker 770246363f
fix typedef of logical to support INTERFACE64 2024-04-04 00:04:50 +02:00
Martin Kroeker 04aae0e12b
fix typedef of logical to support INTERFACE64 2024-04-03 23:57:12 +02:00