Skip to content

Commit

Permalink
Remove loopvec for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Octogonapus committed Mar 27, 2021
1 parent 6cea0f7 commit e044b4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,5 @@ uuid = "06971c4e-2824-4b19-bcf3-55442efb9bc7"
authors = ["Octogonapus <firey45@gmail.com> and contributors"]
version = "0.1.0"

[deps]
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"

[compat]
LoopVectorization = "0.9, 0.10, 0.11, 0.12"
julia = "1.5"
2 changes: 0 additions & 2 deletions src/FastHistograms.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module FastHistograms

using LoopVectorization

abstract type FastHistogram end

include("single_thread_fixed_width_2d_hist.jl")
Expand Down

2 comments on commit e044b4a

@Octogonapus
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/32948

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" e044b4a6c6dd9c931ca297745371489035aab1cb
git push origin v0.1.0

Please sign in to comment.