psychopath/sub_crates/float4
Nathan Vegdahl 27d1b2286b Switch to stable SIMD intrinsics.
Rust 1.27 stablized a variety of cpu intrinsics, including SIMD
on x86/64 platforms.  This commit moves to using those intrinsics
for the optimized Float4 implementation.  This means Psychopath
now compiles on stable Rust with all optimizations.  Yay!
2018-06-24 15:32:09 -07:00
..
src Switch to stable SIMD intrinsics. 2018-06-24 15:32:09 -07:00
Cargo.toml Switch to stable SIMD intrinsics. 2018-06-24 15:32:09 -07:00