commit | 18725916b1438b54d6d6533980833d2251a20b7c | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Aug 28 19:33:49 2020 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Sep 01 11:45:20 2020 +0100 |
tree | 627a404469829a695e5094bc15594ef5dfc0fcfc | |
parent | ca88a6efdf4ce96b646a896059f9bd324c2cebc4 [diff] |
target/arm: Implement fp16 for Neon VRINT-with-specified-rounding-mode Convert the Neon VRINT-with-specified-rounding-mode insns to gvec, and use this to implement the fp16 versions. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20200828183354.27913-41-peter.maydell@linaro.org