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
In freak.cpp, line 536, a division by 2048 is performed. Since all values are integer, a round towards negative infinity is implied. Round correction should be performed, or better yet add 1024 and shift down by 11.