aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Allow specifying extra cflags/ldflags.HEADmasterAnton Khirnov2024-04-16
|
* Makefile: simplify nasm rulesAnton Khirnov2024-04-16
| | | | There is no need to run nasm twice.
* x86inc.asm: update to current master 04f14f43Anton Khirnov2024-04-16
| | | | | | | Requires changing residual calc functions to AVX2. Also, supply the private prefix via nasm -D option rather than modifying x86inc.asm.
* Switch from meson to configure+make.Anton Khirnov2024-04-15
| | | | Meson is an extra dependency and generally sucks.
* Switch to meson build system.Anton Khirnov2018-12-20
|
* Do not export private symbols in the shared object.Anton Khirnov2018-08-01
|
* Implement the multigrid scheme.Anton Khirnov2018-08-01
|
* Initial commit.Anton Khirnov2018-07-30