[PATCH] D62088: [compiler-rt][builtins] Scaled Integer log10()

Sterling Augustine via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 13:47:43 PDT 2019


saugustine added a comment.

The number is the argument count plus one for return value. So this function should be named

__log10scaleddi3


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62088





More information about the llvm-commits mailing list