This release once again, extensively overhauled the vec3
class. I removed the dependency on the xsimd
library, and chose to use SIMD intrinsics directly.
I also changed all the header guards to #pragma once
, and made a bunch of smaller code quality changes.
As such, this release doesn't add many features (if it adds any at all), but focused on improving code quality of what is already there.