[libc-commits] [PATCH] D150374: [libc][math] Implement double precision log2 function correctly rounded to all rounding modes.
    Tue Ly via Phabricator via libc-commits 
    libc-commits at lists.llvm.org
       
    Sun May 21 20:00:14 PDT 2023
    
    
  
lntue updated this revision to Diff 524149.
lntue added a comment.
Update utils_test.cpp
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150374/new/
https://reviews.llvm.org/D150374
Files:
  libc/config/darwin/arm/entrypoints.txt
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/config/windows/entrypoints.txt
  libc/spec/stdc.td
  libc/src/math/CMakeLists.txt
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/log2.cpp
  libc/src/math/log2.h
  libc/src/string/memory_utils/utils.h
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/log2_test.cpp
  libc/test/src/string/memory_utils/utils_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150374.524149.patch
Type: text/x-patch
Size: 69746 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230522/a111f253/attachment-0001.bin>
    
    
More information about the libc-commits
mailing list