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
Fix integer clamping by casting to int64_t before std::clamp
Casts input values to int64_t before applying std::clamp to ensure correct clamping behavior for signed integer types. This prevents potential issues with type mismatches and ensures values are properly constrained within the limits of the target type.
See Android build in #362
0 commit comments