From 888704fd16e1d04a8f7c3f06b196157d73ef500b Mon Sep 17 00:00:00 2001 From: Mason Protter Date: Wed, 15 Nov 2023 20:44:53 +0100 Subject: [PATCH] Update StaticTools.jl --- src/StaticTools.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/StaticTools.jl b/src/StaticTools.jl index 5e5450b..64e8240 100644 --- a/src/StaticTools.jl +++ b/src/StaticTools.jl @@ -2,6 +2,7 @@ module StaticTools # External dependencies using ManualMemory: MemoryBuffer, load, store! + using LoopVectorization # Import so we can extend import Random: rand!, randn!