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
Newer GCC's (≥14) caused errors when building mangle due to incompatible pointer types. Since everything works as intended, we simply disable these warnings.
Ensure atan1() function is available
Imports math.h to make the atan1() function available.