mirror of
https://github.com/g-truc/glm.git
synced 2024-11-12 21:31:47 +00:00
Getting GLM 0.9.3.4 release
This commit is contained in:
parent
ac8ec9b97c
commit
5506d67789
@ -176,6 +176,31 @@
|
|||||||
</todo>
|
</todo>
|
||||||
|
|
||||||
<page_news>
|
<page_news>
|
||||||
|
<news index="0080" date="30/06/2012" title="GLM 0.9.3.4 released" image="goodies/logo.png" image-mini="image/logo-mini.png">
|
||||||
|
<paragraph>
|
||||||
|
GLM 0.9.3.4 fixes quite few issues with GCC.
|
||||||
|
</paragraph>
|
||||||
|
|
||||||
|
<list name="Changelog:">
|
||||||
|
<list-element>Fixed incompatibility generated with GCC</list-element>
|
||||||
|
<list-element>Fixed C++11 compiler option for GCC</list-element>
|
||||||
|
<list-element>Removed MS language extension option for GCC</list-element>
|
||||||
|
<list-element>Fixed bitfieldExtract for vector types</list-element>
|
||||||
|
<list-element>Fixed warnings</list-element>
|
||||||
|
<list-element>Fixed SSE includes</list-element>
|
||||||
|
</list>
|
||||||
|
|
||||||
|
<paragraph>
|
||||||
|
<link href="https://github.com/Groovounet/glm/issues">If you encounter bugs, don't hesitate to report them.</link>
|
||||||
|
</paragraph>
|
||||||
|
|
||||||
|
<source type="Download" href="https://sourceforge.net/projects/ogl-math/files/glm-0.9.3.4/glm-0.9.3.4.zip/download">GLM 0.9.3.4 (zip)</source>
|
||||||
|
<source type="Download" href="https://sourceforge.net/projects/ogl-math/files/glm-0.9.3.4/glm-0.9.3.4.7z/download">GLM 0.9.3.4 (7z)</source>
|
||||||
|
<source type="Link" href="https://github.com/Groovounet/glm/issues">Submit a bug report</source>
|
||||||
|
<source type="Link" href="http://glm.g-truc.net/glm-0.9.3.pdf">GLM 0.9.3 Manual</source>
|
||||||
|
<source type="Link" href="http://glm.g-truc.net/api-0.9.3/index.html">GLM 0.9.3 API</source>
|
||||||
|
</news>
|
||||||
|
|
||||||
<news index="0079" date="10/05/2012" title="GLM 0.9.3.3 released" image="goodies/logo.png" image-mini="image/logo-mini.png">
|
<news index="0079" date="10/05/2012" title="GLM 0.9.3.3 released" image="goodies/logo.png" image-mini="image/logo-mini.png">
|
||||||
<paragraph>
|
<paragraph>
|
||||||
Nearly two months since the previous release of a GLM revision gave enough time to fix few things reported.
|
Nearly two months since the previous release of a GLM revision gave enough time to fix few things reported.
|
||||||
|
@ -37,7 +37,7 @@ More informations in GLM manual:
|
|||||||
http://glm.g-truc.net/glm-0.9.3.pdf
|
http://glm.g-truc.net/glm-0.9.3.pdf
|
||||||
|
|
||||||
================================================================================
|
================================================================================
|
||||||
GLM 0.9.3.4: 2012-06-28
|
GLM 0.9.3.4: 2012-06-30
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
- Added SSE4 and AVX2 detection.
|
- Added SSE4 and AVX2 detection.
|
||||||
- Removed VIRTREV_xstream and the incompatibility generated with GCC
|
- Removed VIRTREV_xstream and the incompatibility generated with GCC
|
||||||
|
Loading…
Reference in New Issue
Block a user