summaryrefslogtreecommitdiff
path: root/math/ffts
AgeCommit message (Collapse)AuthorFilesLines
2022-08-13Mark as only for x86_64. The ffts library does support some othergson1-1/+3
platforms, but the pkgsrc package currently does not yet support configuring the library for them.
2021-10-26math: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07math: Remove SHA1 hashes for distfilesnia1-2/+1
2017-07-04Update math/ffts to 20170617.gson6-58/+52
The package does not include a change log, but one major feature added since 20140106 is support for transforms of sizes other than powers of two by means of the chirp Z transform.
2016-01-22Initial import of ffts.gson6-0/+84
ffts is a BSD-licensed Fast Fourier Transform library based on dynamic generation of SIMD code, supporting Intel SSE and ARM Neon.