aboutsummaryrefslogtreecommitdiff
path: root/cpu.c
Commit message (Collapse)AuthorAge
* init: replace custom cpu count detection with sysconfAnton Khirnov2023-01-11
| | | | Drop now-unnecessary assembly support.
* cpu: remove support for deprecated sysctl.h headerAnton Khirnov2022-09-16
| | | | It is not present with new glibc versions.
* Initial commit.Anton Khirnov2017-11-19
The following code is present: * the basis API * the BiCGSTAB solver * the pseudospectral linear system solver * helper APIs: - threadpool - logging - cpuid