unofficial.flayan.glm 0.9.8.4

dotnet add package unofficial.flayan.glm --version 0.9.8.4
NuGet\Install-Package unofficial.flayan.glm -Version 0.9.8.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="unofficial.flayan.glm" Version="0.9.8.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add unofficial.flayan.glm --version 0.9.8.4
#r "nuget: unofficial.flayan.glm, 0.9.8.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install unofficial.flayan.glm as a Cake Addin
#addin nuget:?package=unofficial.flayan.glm&version=0.9.8.4

// Install unofficial.flayan.glm as a Cake Tool
#tool nuget:?package=unofficial.flayan.glm&version=0.9.8.4

OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specifications.
       This is an unofficial release of the library

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.8.4 1,841 2/20/2017

Fixes:
               * Fixed GTC_packing test failing on GCC x86 due to denorms #212 #577
               * Fixed POPCNT optimization build in Clang #512
               * Fixed intersectRayPlane returns true in parallel case #578
               * Fixed GCC 6.2 compiler warnings #580
               * Fixed GTX_matrix_decompose decompose #582 #448
               * Fixed GCC 4.5 and older build #566
               * Fixed Visual C++ internal error when declaring a global vec type with siwzzle expression enabled #594
               * Fixed GLM_FORCE_CXX11 with Clang and libstlc++ which wasn't using C++11 STL features. #604