Skip to content

Commit

Permalink
Merge pull request #54 from verpeteren/verpeteren/port-to-simdeez2
Browse files Browse the repository at this point in the history
I finished the port to simdeez2 with the help of @valadaptive and @arduano 🎉 
This PR needs more engines in the simdeez library exposed. Hence [this PR](arduano/simdeez#74).

Because there were some bugfixes along the way, the output of the various noise generators might slightly differ.
There are probably things that are slightly broken and the _f64 variants were done on a best effort basis.

Let's merge this in and improve from there!
  • Loading branch information
verpeteren authored Nov 19, 2024
2 parents 4e7ee2c + c3e4df6 commit 34f942e
Show file tree
Hide file tree
Showing 130 changed files with 4,905 additions and 5,989 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ categories = ["game-engines", "multimedia::images"]
edition = "2018"

[dependencies]
#simdeez = "1.0.8"
simdeez = {path = "../simdeez"}
simdeez = "2.0.0-dev3"

[dev-dependencies]
criterion = "0.4.0"
Expand Down
15 changes: 0 additions & 15 deletions bisect.log

This file was deleted.

122 changes: 0 additions & 122 deletions generate_intrinsics.py

This file was deleted.

Loading

0 comments on commit 34f942e

Please sign in to comment.