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

``i64x2`` multiplication #102

Closed ImUrX closed 3 years ago

ImUrX commented 3 years ago

this is kind of wasm only (and it translates to 10 instructions) but should this be implemented where possible?

Lokathor commented 3 years ago

I'd accept a PR that added that, but I'm not actively developing the crate much myself these days.

ImUrX commented 3 years ago

Already making it, is there a problem if i add support for operations with i64 that are splatted too?

Lokathor commented 3 years ago

go nuts. i64 hasn't had much love

ImUrX commented 3 years ago

alright, wish me luck