[libc-commits] [PATCH] D79149: [libc] Move implementations of expf and exp2f from the AOR to src/math.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Apr 29 17:17:59 PDT 2020


sivachandra added a comment.

This change is not quite ready but feel free to share any opinions/comments you might have on the changes I am making. I started with moving `exp` and all its friends but soon ended with a large change which even I was getting confused about. Also, I made a mistake with how LLVM libc results are compared with MPFR results. I have to fix that first before I can add more tests to this patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79149





More information about the libc-commits mailing list