Skip to content

Commit 3984b09

Browse files
committed
Bump version, and bump SLEEFPirates version in manifest for improved exp, log, sin, cos, and pow on some Linux systems.
1 parent 330d0b6 commit 3984b09

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Manifest.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ uuid = "21efa798-c60a-11e8-04d3-e1a92915a26a"
6666
version = "0.3.3"
6767

6868
[[SLEEFPirates]]
69-
deps = ["SIMDPirates", "VectorizationBase"]
70-
git-tree-sha1 = "b7c597af915f4425adf1ec64248a49ac23605fa5"
69+
deps = ["Libdl", "SIMDPirates", "VectorizationBase"]
70+
git-tree-sha1 = "2137e852f44a1a1653d2a4b743568f08a624e198"
7171
uuid = "476501e8-09a2-5ece-8869-fb82de89a1fa"
72-
version = "0.3.2"
72+
version = "0.3.3"
7373

7474
[[Serialization]]
7575
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LoopVectorization"
22
uuid = "bdcacae8-1622-11e9-2a5c-532679323890"
33
authors = ["Chris Elrod <[email protected]>"]
4-
version = "0.6.4"
4+
version = "0.6.5"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

0 commit comments

Comments
 (0)