File _patchinfo of Package patchinfo.23338
<patchinfo incident="23338">
<issue tracker="jsc" id="SLE-23864"/>
<packager>lkocman</packager>
<rating>moderate</rating>
<category>feature</category>
<summary>Feature update for glm</summary>
<description>This feature update for glm fixes the following issues:
Update from version 0.9.7.5 to version 0.9.9.8 (jsc#SLE-23864):
- Added CMake GLM interface
- Added EXT_scalar_integer extension with power of two and multiple scalar functions
- Added EXT_vector_integer extension with power of two and multiple vector functions
- Added GLM_FORCE_QUAT_DATA_WXYZ to store quat data as w,x,y,z instead of x,y,z,w
- Added Neon support
- Added SYCL support
- Added fma implementation based on std::fma
- Added missing genType check for bitCount and bitfieldReverse
- Added missing quat constexpr
- Ensure glmConfig.cmake gets installed
- Fixed 'if constexpr' warning
- Fixed .natvis due to renamed structs
- Fixed ARM 64bit detection
- Fixed Nvidia CUDA 9 build
- Fixed Clang or GCC build due to wrong GLM_HAS_IF_CONSTEXPR definition
- Fixed EXT_matrix_clip_space perspectiveFov
- Fixed EXT_scalar_ulp and EXT_vector_ulp API coding style
- Fixed GLM_EXT_matrix_clip_space warnings
- Fixed GLM_HAS_CXX11_STL broken on Clang with Linux
- Fixed Wimplicit-int-float-conversion warnings with clang 10+
- Fixed build errors when defining GLM_ENABLE_EXPERIMENTAL
- Fixed equal ULP variation when using negative sign
- Fixed for g++6 where -std=c++1z sets __cplusplus to 201500 instead of 201402
- Fixed for glm::length using arch64
- Fixed for intersection ray/plane and added related tests
- Fixed hash hashes 'qua' instead of 'tquat'
- Fixed ldexp and frexp declaration
- Fixed missing const to quaternion conversion operators
- Fixed missing declarations for 'frexp' and 'ldexp'
- Fixed quaternion componant order: w, {x, y, z}
- Fixed quaternion slerp overload which interpolates with extra spins
- Fixed singularity check for quatLookAt
- Improved Neon support with more functions optimized
</description>
</patchinfo>