Merge branch 'OptimizedPackUnpack' into 'master'
using memcpy instead of packing individual elements is faster See merge request !208
Showing
- apps/benchmarks/ProbeVsExtraMessage/CMakeLists.txt 5 additions, 0 deletionsapps/benchmarks/ProbeVsExtraMessage/CMakeLists.txt
- apps/benchmarks/ProbeVsExtraMessage/PackPerformance.cpp 112 additions, 0 deletionsapps/benchmarks/ProbeVsExtraMessage/PackPerformance.cpp
- src/core/math/GenericAABB.h 4 additions, 1 deletionsrc/core/math/GenericAABB.h
- src/core/math/GenericAABB.impl.h 5 additions, 1 deletionsrc/core/math/GenericAABB.impl.h
- src/core/math/Matrix2.h 11 additions, 6 deletionssrc/core/math/Matrix2.h
- src/core/math/Matrix3.h 16 additions, 9 deletionssrc/core/math/Matrix3.h
- src/core/math/Quaternion.h 11 additions, 4 deletionssrc/core/math/Quaternion.h
- src/core/math/Vector2.h 10 additions, 2 deletionssrc/core/math/Vector2.h
- src/core/math/Vector3.h 10 additions, 2 deletionssrc/core/math/Vector3.h
- tests/core/math/GenericAABBTest.cpp 2 additions, 2 deletionstests/core/math/GenericAABBTest.cpp
Please register or sign in to comment