created | 2020-12-27T22:12:02Z |
---|---|
begin | 2020-12-21T00:00:00Z |
end | 2020-12-22T00:00:00Z |
path | src/sys |
commits | 1 |
date | 2020-12-21T12:58:42Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/rasops/rasops1.c | log | diff | annotate |
message |
Only enable rasops1_putchar8() and rasops1_putchar16() optomizations on big-endian architectectures. These functions assume big-endian bit order whereas rasops1_putchar() assumes native-endian bit order. Since ssdfb(4) assumes little-endian bit order and is the only consumer of these interfaces on little-endian platforms, go with the rasop1_putchar() convention for now. ok mpi@ |