64924b954d
- Add an opt-in SIMD support for the module. The feature requires crate `simd` and specialization, thus can only be enabled under nightly. Under the given benchmark certain operations were able to be up to 60% faster. Currently the supported types as well as operations are highly limited. - Clean up some deadly tests. Also add new tests for SIMD. |
||
---|---|---|
.. | ||
angle.rs | ||
matrix.rs | ||
point.rs | ||
projection.rs | ||
quaternion.rs | ||
rotation.rs | ||
transform.rs | ||
vector.rs | ||
vectorf32.rs |