Skip to content

Commit

Permalink
precompile is now the default
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored Aug 1, 2018
1 parent 7b829d3 commit 54e3861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hadamard.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# using FFTW, by interpreting them as 2x2x2...x2x2 DFTs. We follow Matlab's
# convention in which ifwht is the unnormalized transform and fwht has a 1/N
# normalization (as opposed to using a unitary normalization).
__precompile__()
VERSION < v"0.7.0-beta2.199" && __precompile__()
module Hadamard
export fwht, ifwht, fwht_natural, ifwht_natural, fwht_dyadic, ifwht_dyadic, hadamard

Expand Down

0 comments on commit 54e3861

Please sign in to comment.