Add fftwFloat => fftw composition with floating point
Needed for Gnuradio (coming in next commit).
This commit is contained in:
parent
e0b7eeb0ad
commit
57071b2213
@ -4075,6 +4075,10 @@ let
|
||||
singlePrecision = false;
|
||||
};
|
||||
|
||||
fftwFloat = callPackage ../development/libraries/fftw {
|
||||
float = true;
|
||||
};
|
||||
|
||||
fftwSinglePrec = callPackage ../development/libraries/fftw {
|
||||
singlePrecision = true;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user