[RISCV] Fix Zfa fceil/ffloor codegen bugs
D143982 confused ceil and floor. Ceil should use fround instructions with 'rup' and floor should use 'rdn'. Differential Revision: https://reviews.llvm.org/D146516
Loading
Please sign in to comment
D143982 confused ceil and floor. Ceil should use fround instructions with 'rup' and floor should use 'rdn'. Differential Revision: https://reviews.llvm.org/D146516