Commit Graph

8 Commits

Author SHA1 Message Date
Martin Kroeker
946a2cffec fix storing of CDOTC result on non-Windows 2026-02-19 16:53:18 +01:00
Martin Kroeker
b8163b65cb Fix compilation error caused by inadvertent shadowing of variables in the MSVC c/z_div macros 2025-12-20 18:02:28 +01:00
Martin Kroeker
bc52252cd5 Fix previous misedits in MSVC complex dot and fix MSVC macros for complex division 2025-12-19 01:09:10 +01:00
Martin Kroeker
938477683f Fix MSVC versions of the inline c/zdot function 2025-12-11 22:39:11 +01:00
Martin Kroeker
8bed05a936 fix typedef of logical to support INTERFACE64 2024-04-04 01:32:37 +02:00
martin-frbg
8df791e513 Fix signatures of external functions in the f2c-generated C sources 2022-12-14 14:06:55 +01:00
Martin Kroeker
18b19d135b C_LAPACK: Fixes to make it compile with MSVC (#3605)
* Fix f2c-like support functions to compile with MSVC, and
re-enable C_LAPACK for MSVC in CMAKE

* Add MSVC&flang build to Azure CI in order to check C_LAPACK correctness
2022-04-17 17:49:38 +02:00
Martin Kroeker
b7873605d4 Use f2c translations of LAPACK when no Fortran compiler is available (#3539)
* Add C equivalents of the Fortran routines from Reference-LAPACK as fallbacks, and C_LAPACK variable to trigger their use
2022-04-09 22:38:58 +02:00