Platform | 32 Bit | 64 Bit |
---|---|---|
Linux (GCC) | ||
Windows (MSVC) |
SML(Simple Math Library) is a simple header only math library written in high performance C++. SML aims to provide a easy to use open source implementation of all common math objects and functions. Written in high performance C++ code with SIMD optimizations it offers high speed functionality for games and applications.
The library provides access to vec2, vec3, vec4, mat2, mat3, mat4 and quaternions (templated to allow for any variable type). SIMD optimalizations are implemented for all float and double types.
- CPU with AVX support
- Download repo
- Include header files in your project and make sure to enable AVX instructions