[PATCH] D49514: [compiler-rt] [builtins] Add logb/logbf/logbl methods to compiler-rt to avoid libm dependencies when possible.
Steve Canon via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 24 10:12:21 PDT 2018
scanon added a comment.
I suspect that we'd rather use `ilogb` in the long term, but as a like-for-like replacement this looks OK.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D49514
More information about the llvm-commits
mailing list