Skip to content

Commit 621a062

Browse files
committed
precompile functions [skip ci]
1 parent 772ee24 commit 621a062

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/precompile.jl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,12 @@
2525
# Functions
2626
emptyfunction()
2727
traitstring(CPU)
28+
29+
middle_exp([0,1,exp(1),1,0])
30+
31+
findfirstzero([-1, 0, 1])
32+
findzero([-1, 0, 1, 0, -1])
33+
findfirstvalue([1,2,3], 2)
34+
findvalue([1,2,3,2,1], 2)
2835
end
2936
end

0 commit comments

Comments
 (0)