Lokathor / wide

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

add reduce_add to integer #135

Closed mcroomp closed 10 months ago

mcroomp commented 10 months ago

Didn't add intrinsic versions since the compiler does a great job of vectorizing

Lokathor commented 10 months ago

This seems fine, and don't worry about the mips CI failures, but you should put a doc comment on each of these new methods explaining what they do. I don't think the name is obvious enough on its own to skip a doc comment.