You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added vector classes, which are essentially a set of numbers (e.g coordinates or velocity). These should look familar from other Common libraries (Vector2f, Vector3d, etc).
Platform
Renamed OSDistribution.MACOSX -> MACOS.
Added processor word size to the Platform. ("32" or "64")
Added isBigEndian to Platform as well.
Renamed a couple of the architectures to be more consistent with other precedents.
Added SPARC, MIPS, S390, and RISCV to the list of processor architectures.