Skip to content

Commit 99c99a7

Browse files
committed
Don't precompile float16 expressions
1 parent 5104a70 commit 99c99a7

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
@@ -174,7 +174,7 @@ function do_precompilation(; force_run=false)
174174
binary_operators = [[+, -, *, /, ^]]
175175
unary_operators = [[sin, cos, exp, log, sqrt, abs]]
176176
turbo = [true, false]
177-
types = [Float16, Float32, Float64]
177+
types = [Float32, Float64]
178178
@maybe_precompile_all_calls force_run begin
179179
test_all_combinations(;
180180
binary_operators=binary_operators,

0 commit comments

Comments
 (0)