summaryrefslogtreecommitdiff
path: root/math/ffts/Makefile
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.
2017-07-04Update math/ffts to 20170617.gson1-3/+8
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.gson1-0/+22
ffts is a BSD-licensed Fast Fourier Transform library based on dynamic generation of SIMD code, supporting Intel SSE and ARM Neon.