Skip to content
Graphene 1.8.2 (stable)

List of changes since 1.8.0:

 - Fix include header reference in the GIR [Rico Tzschichholz]
 - #114: Check if C pre-processor symbols are available before using
 them
 - #121: Remove unused GObject hiearchy chapter from the API reference
 - Fix the include header declaration in the API reference
 - Various fixes for building with MSYS2 [Christoph Reiter]
 - Fix various double to float conversion warnings
 - Disable SSE2 and GCC vector SIMD implementations on 32bit IA
 - Ensure that different SIMD implementations do not break ABI
 - Require MSVC 2017 for 32bit builds on Windows/Visual Studio