[all-commits] [llvm/llvm-project] ed261e: [libc] Add float type and flag for nearest_integer...

lntue via All-commits all-commits at lists.llvm.org
Fri Jul 22 06:30:08 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ed261e710693cd611fd003db45a85bdeba1e8367
      https://github.com/llvm/llvm-project/commit/ed261e710693cd611fd003db45a85bdeba1e8367
  Author: Tue Ly <lntue at google.com>
  Date:   2022-07-22 (Fri, 22 Jul 2022)

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

  Log Message:
  -----------
  [libc] Add float type and flag for nearest_integer to enable SSE4.2.

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

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D129916




More information about the All-commits mailing list