Skip to content

Commit 5104a70

Browse files
committed
Only compile most common operators
1 parent 70220e8 commit 5104a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/precompile.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ end
172172
function do_precompilation(; force_run=false)
173173
@maybe_precompile_setup force_run begin
174174
binary_operators = [[+, -, *, /, ^]]
175-
unary_operators = [[sin, cos, exp, log, sqrt, abs, tanh, cosh, sinh]]
175+
unary_operators = [[sin, cos, exp, log, sqrt, abs]]
176176
turbo = [true, false]
177177
types = [Float16, Float32, Float64]
178178
@maybe_precompile_all_calls force_run begin

0 commit comments

Comments
 (0)