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
Floating point modulus is rarely used, doesn't exist in C, and is always lowered to an fmod library call. LLVM is considering removing support entirely. Nominating.