09fa72ae84
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. |
||
---|---|---|
.. | ||
core_simd | ||
std_float | ||
test_helpers |