Commit 7a41aee
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]>1 parent bead4d8 commit 7a41aee
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments