[all-commits] [llvm/llvm-project] 352cba: [libc] add back math.h #include utils/FPUtil/Manip...

Krasimir Georgiev via All-commits all-commits at lists.llvm.org
Thu Dec 17 02:22:09 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 352cba2441c6c4e00f067c9c68358cc0a6a5fffb
      https://github.com/llvm/llvm-project/commit/352cba2441c6c4e00f067c9c68358cc0a6a5fffb
  Author: Krasimir Georgiev <krasimir at google.com>
  Date:   2020-12-17 (Thu, 17 Dec 2020)

  Changed paths:
    M libc/utils/FPUtil/ManipulationFunctions.h

  Log Message:
  -----------
  [libc] add back math.h #include utils/FPUtil/ManipulationFunctions.h

This partially reverts cee1e7d14f4628d6174b33640d502bff3b54ae45:
  [libc][NFC][Obvious] Remove few unnecessary #include directives in tests.

That commit causes a test failure in our configuration:
[ RUN      ] ILogbTest.SpecialNumbers_ilogb
third_party/llvm/llvm-project/libc/test/src/math/ILogbTest.h:28: FAILURE
      Expected: FP_ILOGBNAN
      Which is: 2147483647
To be equal to: func(__llvm_libc::fputil::FPBits<T>::buildNaN(1))
      Which is: -2147483648




More information about the All-commits mailing list