From: Palmer Dabbelt Date: Tue, 31 Jan 2023 19:43:27 +0000 (-0800) Subject: Merge patch series "Zbb string optimizations" X-Git-Tag: v6.6.7~3414^2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75ab93a244a516d1d3c03c4e27d5d0deff76ebfb;p=platform%2Fkernel%2Flinux-starfive.git Merge patch series "Zbb string optimizations" Heiko Stuebner says: From: Heiko Stuebner This series still tries to allow optimized string functions for specific extensions. The last approach of using an inline base function to hold the alternative calls did cause some issues in a number of places So instead of that we're now just using an alternative j at the beginning of the generic function to jump to a separate place inside the function itself. * b4-shazam-merge: RISC-V: add zbb support to string functions RISC-V: add infrastructure to allow different str* implementations Link: https://lore.kernel.org/r/20230113212301.3534711-1-heiko@sntech.de Signed-off-by: Palmer Dabbelt --- 75ab93a244a516d1d3c03c4e27d5d0deff76ebfb