2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575) |
Log message: *: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS |
2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458) |
Log message: math: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes |
2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458) |
Log message: math: Remove SHA1 hashes for distfiles |
2021-04-10 10:28:24 by Nia Alarie | Files touched by this commit (1) |
Log message: kissfft: add buildlink3.mk |
2021-04-09 13:10:35 by Nia Alarie | Files touched by this commit (2) |
Log message: kissfft: add link to PR |
2021-04-09 13:00:29 by Nia Alarie | Files touched by this commit (5) |
Log message: add math/kissfft KISS FFT - A mixed-radix Fast Fourier Transform There are many great fft libraries already around. Kiss FFT is not trying to be better than any of them. It only attempts to be a reasonably efficient, moderately useful FFT that can use fixed or floating data types and can be incorporated into someone's C program in a few minutes with trivial licensing. |