Commit b847b11
committed
stress-jpeg: add alignment hint on rgb data
rgb data is page aligned, so hinting the pointer to be 4 byte aligned
for uint32_t pointer operations is a suitable optimization as pages
are at least 4 bytes in size.
Signed-off-by: Colin Ian King <[email protected]>1 parent 17f090e commit b847b11
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
0 commit comments