rust/crates
Jubilee 09fa72ae84 Merge portable-simd#219 - ./std-float
impl std::simd::StdFloat

 This introduces an extension trait to allow use of floating point methods
 that need runtime support. It is *excessively* documented because its mere
 existence is quite vexing, as the entire thing constitutes a leakage of
 implementation details into user observable space. Eventually the entire
 thing will ideally be folded into core and restructured to match the rest
 of the library, whatever that structure might look like at the time. This
 is preferred in lieu of the "lang item" path because any energy the lang
 items require (and it will be significant, by Simulacrum's estimation) is
 better spent on implementing our libmvec.
2021-12-31 15:50:20 -08:00
..
core_simd Merge portable-simd#219 - ./std-float 2021-12-31 15:50:20 -08:00
std_float impl std::simd::StdFloat 2021-12-31 14:22:34 -08:00
test_helpers Attempt to support to 64 lanes 2021-11-23 15:19:01 -08:00