gboisse / gfx

A minimalist and easy to use graphics API.
MIT License
498 stars 35 forks source link

Support compiling with W4 and with clang/gcc #111

Closed maoliver-amd closed 6 months ago

maoliver-amd commented 6 months ago

Adds support (with appropriate fixes) for compiling with error level increased from W3 to W4 Also adds support for clang-cl or mingw toolchains Now detects X86 targets and enables AVX2 as default optimisation level (available on all Zen processors and Intel since Haswell circa 2013)