commit | 4684fe95300c071983f77653e354c040fe80a265 | [log] [tgz] |
---|---|---|
author | George Spelvin <linux@sciencehorizons.net> | Wed May 25 14:19:49 2016 -0400 |
committer | George Spelvin <linux@sciencehorizons.net> | Sat May 28 15:48:58 2016 -0400 |
tree | fec7e5e3b1034b346a723d5f09684b362d9261fc | |
parent | 7b13277b682972c2ff8f6419e86c333d81936023 [diff] |
h8300: Add <asm/hash.h> This will improve the performance of hash_32() and hash_64(), but due to complete lack of multi-bit shift instructions on H8, performance will still be bad in surrounding code. Designing H8-specific hash algorithms to work around that is a separate project. (But if the maintainers would like to get in touch...) Signed-off-by: George Spelvin <linux@sciencehorizons.net> Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Cc: uclinux-h8-devel@lists.sourceforge.jp