commit | be31970519e9a6e8d7993d0c70bfbb10014e1785 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Sat May 15 22:05:31 2021 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Sat May 15 22:05:31 2021 +0200 |
tree | 52ebbc0fa9af9505d731529632c7e34da9c257a7 | |
parent | 3be8a90fd433063539ff7b563a29c34b449f1c34 [diff] |
sh: add back asm/unaligned.h for sh4a The sh4a compiler lacks knowledge of the movua.l instruction, so now that the asm/unaligned.h code is fully generic across all architectures, add back the previous hack for sh4a, improving the performance of the checksum functions by [TBD]%. Signed-off-by: Arnd Bergmann <arnd@arndb.de>