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
ARC64 Revert back to aligned data accesses only for now (gcc-mirror#94)
It seems hardware at this point is not mature enough (performance wise
atleast) for unaligned accesses.
With -mno-unaligned-access hackbench on FPGA improves by more than 10%:
115.959 secs to 93.095
More importantly there's still unresolved issue of gcc generating an invalid
load promption to word (vs. byte) for glibc test-suite string/test-strcmp.
So better to keep this disabled for now and stabalize software stack in
general before cranking up optimization.
Signed-off-by: Vineet Gupta <[email protected]>
0 commit comments