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
remove unnecessary compiler hint to unbreak GenAI on aarch64
Summary: We've run into a super curious issue where the folly JSON encoder appeared to be producing corrupted integers when built with gcc for aarch64. We believe removing these compiler hints works around that issue while we attempt to fix gcc with no perf impact because the branch predictor should do the right thing even without these hints.
Reviewed By: anobra, Gownta
Differential Revision: D76633143
fbshipit-source-id: cd0bca04552ffb916ee21dec3beac2c12aa86f55
0 commit comments