From 0349b3a1a25af6ac3f5e559a4d9c57e1b07a5ed1 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Thu, 7 Aug 2025 09:34:20 -0400 Subject: [PATCH 1/6] Test master --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c5e5f7e..3752b6e8 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ --- + # NOTE: Looking for new maintainers, otherwise deprecated in Julia 1.11 This is a library providing basic SIMD support in Julia. VectorizationBase exists in large part to serve the needs of [LoopVectorization.jl](https://github.com/JuliaSIMD/LoopVectorization.jl)'s code gen, prioritizing this over a stable user-facing API. Thus, you may wish to consider [SIMD.jl](https://github.com/eschnett/SIMD.jl) as an alternative when writing explicit SIMD code in Julia. That said, the `Vec` and `VecUnroll` types are meant to "just work" as much as possible when passed to user-defined functions, so it should be reasonably stable in practice. Other parts of the code -- e.g, loading and storing vectors as well as the `stridedpointer` function -- will hopefully converge reasonably soon, and have support for various `AbstractArray` types propogated through the ecosystem by taking advantage of [ArrayInterface.jl](https://github.com/SciML/ArrayInterface.jl), so that VectorizationBase can begin to offer a stable, ergonomic, and well supported API fairly soon. From 6f9ba7046dd5cf18e80ae7c51476531b4fcca298 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Thu, 7 Aug 2025 09:51:49 -0400 Subject: [PATCH 2/6] Update cix86.yml --- .github/workflows/cix86.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cix86.yml b/.github/workflows/cix86.yml index 91da883f..d98c878b 100644 --- a/.github/workflows/cix86.yml +++ b/.github/workflows/cix86.yml @@ -15,7 +15,8 @@ jobs: fail-fast: false matrix: version: - - '^1.6.0-0' + - 'lts' + - '1' os: - ubuntu-latest arch: From 6e31f59e54cc3b55db40673f1c7e5e2188f0ae2c Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Thu, 7 Aug 2025 09:51:55 -0400 Subject: [PATCH 3/6] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d860d09..f328b5ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,8 @@ jobs: fail-fast: false matrix: version: - - '^1.6.0-0' + - 'lts' + - '1' os: - ubuntu-latest - macOS-latest From bb47b911f425d6a4766840ba4af783d6c6c8eb69 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Thu, 7 Aug 2025 09:53:22 -0400 Subject: [PATCH 4/6] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 46733635..5be8b427 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ LinearAlgebra = "1" SIMDTypes = "0.1" Static = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 1" StaticArrayInterface = "1" -julia = "1.6" +julia = "1.10" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" From 762e337bc0facc21131372a64b0769dec09f444b Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Thu, 7 Aug 2025 11:28:11 -0400 Subject: [PATCH 5/6] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f328b5ad..b26fd298 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: version: - 'lts' - '1' + - 'pre' os: - ubuntu-latest - macOS-latest From a97af995c7a3864972165f4e6e110e0441924515 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Thu, 7 Aug 2025 11:28:25 -0400 Subject: [PATCH 6/6] Update cix86.yml --- .github/workflows/cix86.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cix86.yml b/.github/workflows/cix86.yml index d98c878b..2df66c05 100644 --- a/.github/workflows/cix86.yml +++ b/.github/workflows/cix86.yml @@ -17,6 +17,7 @@ jobs: version: - 'lts' - '1' + - 'pre' os: - ubuntu-latest arch: