Skip to content

Commit b8c4fcd

Browse files
committed
use FFTW.fftwNumber
as we're already using it in util / others use it too.
1 parent 5fb3a99 commit b8c4fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/convolutions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ function conv_axes_with_offset(as::Tuple...)
536536
return !isempty(with_offset) && first(with_offset)
537537
end
538538

539-
const FFTTypes = Union{Float32,Float64,ComplexF32,ComplexF64}
539+
const FFTTypes = FFTW.fftwNumber
540540

541541
"""
542542
conv!(out, u, v; algorithm=:auto)

0 commit comments

Comments
 (0)