support x64

This commit is contained in:
Zero Fanker 2024-04-10 22:41:58 -04:00
parent 99f9d7eb83
commit 3e334ca731
16 changed files with 549 additions and 16 deletions

View file

@ -50,7 +50,7 @@ public:
inline T length() const
{
return sqrt(squaredLength());
return static_cast<T>(sqrt(squaredLength()));
}
inline T squaredLength() const