Closed Veedrac closed 6 years ago
What's with the appveyor build?
@llogiq I #[cfg]
'd things incorrectly, plus what @mati865 said. I should see if setting up a cross-compiler allows me to test this locally.
Fix is up. Sorry for the wait (^_^;).
Thanks! I'll prepare a new release shortly.
I'll need to update the README since the flags have changed; give me 24h and I'll have a PR. Might also make sense to have a limited beta or somesuch since there's a lot of fresh unsafe
code.
Sigh. I'm not a fan of Rust's fragmentation around SIMD. Let's see, we have
packed_simd
,Why? Well,
no_std
,naive_
operations.If the generic version supported stable, we could throw out 2. and 4., and I could make 1. a simple extension, like it used to be. It might make sense to just throw some of this out now for maintainability reasons; this clearly isn't a sane way of doing things.
Good luck reviewing this ¬_¬. Did I mention it's all
unsafe
?