You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
_Bool is a C11 keyword that is not recognized by C++ compilers, causing build failures when PSBLAS headers are included from C++. The headers already include <stdbool.h> (via psb_c_base.h) which defines bool as a portable alias, so use bool instead of _Bool. This fixes errors like: error: unknown type name '_Bool' in psb_c_dsprn(), psb_c_ssprn(), psb_c_csprn(), psb_c_zsprn(). |
5 days ago | |
|---|---|---|
| .. | ||
| base | 5 days ago | |
| linsolve | 2 months ago | |
| prec | 6 months ago | |
| test | 3 months ago | |
| util | 6 months ago | |
| CMakeLists.txt | 4 months ago | |
| Makefile | 7 months ago | |