-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for Microsoft's non-standard complex types (#334)
Replaced _Complex types with a_fcomplex and a_dcomplex in all C/C++ files. Replaced uses of I and _Complex_I with the CMPLXand CMPLXF constructors. For MSVC, defined those constructors as macros that call MSVC's functions. Updated the CHANGES file.
- Loading branch information
1 parent
51249eb
commit d3cec6d
Showing
9 changed files
with
128 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,9 @@ arpack-ng - 3.9.0 | |
* CMake: Handle libraries without "lib" prefix. | ||
* CMake: Don't override BLAS/LAPACK/MPI flags. Directly use results from the Find* modules instead. | ||
|
||
[ Juan José García-Ripoll ] | ||
* Adapt the C/C++ interface to accept also MSVC's non-standard complex types. | ||
|
||
-- Sylvestre Ledru <[email protected]> Mon, 07 Dec 2020 11:37:40 +0100 | ||
|
||
arpack-ng - 3.8.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.