Skip to content

Commit

Permalink
Use Val() properly in API
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Jul 30, 2019
1 parent 96de768 commit ba6cf10
Show file tree
Hide file tree
Showing 4 changed files with 313 additions and 182 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
*.jl.*.cov
*.jl.mem
*.jl.*.mem
Manifest.toml
Manifest.toml
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name = "SIMD"
uuid = "fdea26ae-647d-5447-a871-4b548cad5224"
authors = ["Erik Schnetter <[email protected]>"]
version = "2.6.0"
version = "2.7.0"

[deps]
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"

[extras]
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Expand Down
Loading

0 comments on commit ba6cf10

Please sign in to comment.