mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
Update README.md
This commit is contained in:
@@ -22,13 +22,10 @@ This library is header only so you dont need link to application. All functions
|
|||||||
|
|
||||||
Most of math functions are optimized manualy with SSE2 if available, if not? Dont worry there are non-sse versions of all operations
|
Most of math functions are optimized manualy with SSE2 if available, if not? Dont worry there are non-sse versions of all operations
|
||||||
|
|
||||||
Why manual? Because this will decrease *compile time* and some operations are faster than compiler optimization.
|
This library provides:
|
||||||
|
|
||||||
This library offers:
|
|
||||||
|
|
||||||
- Simple usage
|
- Simple usage
|
||||||
- Small memory usage
|
- Small memory usage
|
||||||
- Fast compiling time
|
|
||||||
- The codes are small and more readable than C++ templates, metafuncs
|
- The codes are small and more readable than C++ templates, metafuncs
|
||||||
- Optimized operations with SIMD and non-SIMD
|
- Optimized operations with SIMD and non-SIMD
|
||||||
- Small code size
|
- Small code size
|
||||||
|
|||||||
Reference in New Issue
Block a user