Lokathor / wide

A crate to help you go wide. By which I mean use SIMD stuff.
https://docs.rs/wide
zlib License
279 stars 23 forks source link

expected release for wasm support? #100

Closed ImUrX closed 3 years ago

ImUrX commented 3 years ago

when is 0.7 expected to be released? (i dont think it should be 0.6.6 if its gonna add a feature as big as wasm support)

Lokathor commented 3 years ago

Well, to answer the second part first: semver is about compatibility rather than bigness of new features.

second, the next release will be 0.7 because cryze adjusted how some of the operations work when we realized how inconsistent some parts of floating ops are.

I'll do it in a few minutes.

Lokathor commented 3 years ago

https://docs.rs/wide/0.7.0/wide/index.html

ImUrX commented 3 years ago

thanks a lot :D