Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2018-05-10 | 479 Bytes | |
v0.4.5_ SIMD update.tar.gz | 2018-05-10 | 150.2 kB | |
v0.4.5_ SIMD update.zip | 2018-05-10 | 197.8 kB | |
Totals: 3 Items | 348.5 kB | 0 |
- _MSC_VER is used instead of _WIN32 (Yatima1460)
- header dependencies are fixed
- New option for alignment; Alignment requirement is now OPTIONAL, check the docs to see options
- New option for SSE/SSE2 shuffle operations
- New namespace definition; now glmm_ is used for SIMD api
- Alignment is disabled for older Visual Studio versions, this will fix alignment error for function params. Alignment is still required for Visual Studio 2017 15.6+ if it is not disabled.