[libc-commits] [PATCH] D129916: [libc] Add float type and flag for nearest_integer to enable SSE4.2.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Jul 15 20:05:59 PDT 2022


lntue created this revision.
lntue added reviewers: michaelrj, sivachandra.
Herald added subscribers: ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
lntue requested review of this revision.

Add float type and flag for nearest integer to automatically test with
and without SSE4.2 flag.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D129916

Files:
  libc/cmake/modules/LLVMLibCFlagRules.cmake
  libc/cmake/modules/LLVMLibCObjectRules.cmake
  libc/src/__support/FPUtil/CMakeLists.txt
  libc/src/__support/FPUtil/aarch64/nearest_integer.h
  libc/src/__support/FPUtil/nearest_integer.h
  libc/src/__support/FPUtil/x86_64/nearest_integer.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129916.445174.patch
Type: text/x-patch
Size: 4411 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220716/83fdbcde/attachment.bin>


More information about the libc-commits mailing list