ggmath 0.16.5

A linear algebra library for games and graphics with generic SIMD types.
Documentation
1
2
3
4
5
6
7
mod default_impls;

#[cfg(target_feature = "sse2")]
mod sse2;

#[cfg(not(target_feature = "sse2"))]
mod fallback;