[all-commits] [llvm/llvm-project] 2b5ea5: [compiler-rt][RISCV] Fix __fe_getround and __fe_ra...
Kito Cheng via All-commits
all-commits at lists.llvm.org
Thu Jul 6 23:25:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2b5ea51a417fd4454128bd55bf3eb7e7719dee2a
https://github.com/llvm/llvm-project/commit/2b5ea51a417fd4454128bd55bf3eb7e7719dee2a
Author: Kito Cheng <kito.cheng at sifive.com>
Date: 2023-07-07 (Fri, 07 Jul 2023)
Changed paths:
M compiler-rt/lib/builtins/riscv/fp_mode.c
Log Message:
-----------
[compiler-rt][RISCV] Fix __fe_getround and __fe_raise_inexact for Zfinx
Zfinx extension also provide floating point environment like F extension, so
enable that on `__fe_getround` and `__fe_raise_inexact` too.
Reviewed By: asb
Differential Revision: https://reviews.llvm.org/D154570
More information about the All-commits
mailing list