commit | c794524f2a6d334333b39e42606ba77cfda9228a | [log] [tgz] |
---|---|---|
author | Victor Khimenko <khim@google.com> | Thu Mar 14 19:08:55 2024 +0000 |
committer | Victor Khimenko <khim@google.com> | Fri Mar 15 08:35:47 2024 +0000 |
tree | 61d05399ed82d59c7662138ef7c130fd9dc9e217 | |
parent | 177c4d2c133934f9871b194ed9e051e7cd9f9831 [diff] |
Move reduction loop into intrinsics. Currently they are interpreted as sequential algorithm, but it's possible to make some of these parallel in the future. Also makes reduction less dissimilar from other instructions. Test: berberis_all Change-Id: I8d0847b78a7b723399ee1176026428b674387ea8
Berberis: dynamic binary translator to run Android apps with riscv64 native code on x86_64 devices or emulators.