Dmitry Mottl

Results 53 comments of Dmitry Mottl

Btw, is there a reason for aarch64 in `#[cfg(all(target_feature="neon",target_arch="aarch64"))]`? (compare with `#[cfg(target_feature="sse2")]`).

Yes, according to `From` description you are right. Changed from `From` impls to ordinary functions.

@Lokathor, does it look good now?