[compiler-rt] [compiler-rt][builtins]Fix complex division for aarch64 (PR #106664)
Alexander Shaposhnikov via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 15 12:11:39 PDT 2024
================
@@ -346,15 +346,6 @@ static __inline fp_t __compiler_rt_logbf(fp_t x) {
static __inline fp_t __compiler_rt_scalbnf(fp_t x, int y) {
return __compiler_rt_scalbnX(x, y);
}
-static __inline fp_t __compiler_rt_fmaxf(fp_t x, fp_t y) {
----------------
alexander-shaposhnikov wrote:
@arichardson Yeah, it would be good to change that too. I'm currently out of my bandwidth, but it would be great to clean this up as well.
https://github.com/llvm/llvm-project/pull/106664
More information about the llvm-commits
mailing list