File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
2828PolyesterWeave = " 1d0040c9-8b98-4ee7-8388-3f51789ca0ad"
2929SIMDTypes = " 94e857df-77ce-4151-89e5-788b33177be4"
3030SLEEFPirates = " 476501e8-09a2-5ece-8869-fb82de89a1fa"
31- SnoopPrecompile = " 66db9d55-30c0-4569-8b51-7e840670fc0c "
31+ PrecompileTools = " aea7be01-6a6a-4083-8856-8a6e6704d82a "
3232SpecialFunctions = " 276daf66-3868-5448-9aa4-cd146d93841b"
3333Static = " aedffcd0-7271-4cad-89d0-dc628f76c6d3"
3434StaticArrayInterface = " 0d7ed370-da01-4f52-bd93-41d350b8b718"
@@ -51,7 +51,7 @@ OffsetArrays = "1.4.1"
5151PolyesterWeave = " 0.1.10, 0.2"
5252SIMDTypes = " 0.1"
5353SLEEFPirates = " 0.6.23"
54- SnoopPrecompile = " 1"
54+ PrecompileTools = " 1"
5555SpecialFunctions = " 1, 2"
5656Static = " 0.8.4"
5757StaticArrayInterface = " 1"
Original file line number Diff line number Diff line change 11
2- using SnoopPrecompile
2+ using PrecompileTools
33
4- @precompile_setup begin
4+ @setup_workload begin
55 x = rand (10 )
6- @precompile_all_calls begin
6+ @compile_workload begin
77 _vreduce (+ , x)
88 end
99end
You can’t perform that action at this time.
0 commit comments