[PATCH] D35034: compiler-rt: use fp_t instead of long double, for consistency

Ed Maste via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 3 11:06:12 PDT 2019


emaste marked an inline comment as done.
emaste added inline comments.


================
Comment at: lib/builtins/addtf3.c:21
 
-COMPILER_RT_ABI long double __addtf3(long double a, long double b){
     return __addXf3__(a, b);
----------------
should change the return type too


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D35034/new/

https://reviews.llvm.org/D35034





More information about the llvm-commits mailing list