From 0841acb120a5c8ca3dca1b472d4fe94b22c62014 Mon Sep 17 00:00:00 2001 From: Chris Elrod Date: Sat, 19 Nov 2022 19:57:13 -0500 Subject: [PATCH] Static 0.8 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 6e6c80951..f4c6ae341 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LoopVectorization" uuid = "bdcacae8-1622-11e9-2a5c-532679323890" authors = ["Chris Elrod "] -version = "0.12.139" +version = "0.12.140" [deps] ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" @@ -49,7 +49,7 @@ SIMDTypes = "0.1" SLEEFPirates = "0.6.23" SnoopPrecompile = "1" SpecialFunctions = "1, 2" -Static = "0.7" +Static = "0.7, 0.8" ThreadingUtilities = "0.5" UnPack = "1" VectorizationBase = "0.21.53"