commit | 952ff8acf1f0477bccca050afa12eaff5614c2fd | [log] [tgz] |
---|---|---|
author | Akira Baruah <akirabaruah@google.com> | Wed May 08 23:20:22 2024 +0000 |
committer | Akira Baruah <akirabaruah@google.com> | Thu May 09 23:31:21 2024 +0000 |
tree | 51af08f7d8fd0b54e1b4de3815d8ac85bfdd5072 | |
parent | 0d048372c919d21b949347fc59f33b6145c832e4 [diff] |
Specify FMax/FMin float intrinsics for riscv64 Removes the generalized "common" implementations for FMax and FMin and defines them specifically for riscv64 according to IEEE 754-2019. Updates vector interpreter tests to check this behavior explicitly. Bug: 330396676 Test: Bionic unit tests: math_h.{fmax,fmin,fmaxf,fminf} Test: berberis_host_tests Change-Id: Ia82e441432e22512686b632bfc4a0179d521e46a
Berberis: dynamic binary translator to run Android apps with riscv64 native code on x86_64 devices or emulators.