Skip to content

Commit 5ab3bc9

Browse files
committed
fix fftw tag
1 parent a9f3066 commit 5ab3bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fft/gonum.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build !cgo || !withfftw
1+
//go:build !cgo || (!withfftw && !fftw)
22

33
package fft
44

0 commit comments

Comments
 (0)