[all-commits] [llvm/llvm-project] 600172: [libc] Temporarily disable arm32's sinf, cosf, sin...

lntue via All-commits all-commits at lists.llvm.org
Fri Jul 22 07:47:07 PDT 2022


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

  Changed paths:
    M libc/config/linux/arm/entrypoints.txt

  Log Message:
  -----------
  [libc] Temporarily disable arm32's sinf, cosf, sincosf entrypoints.

With correctly rounded implementations, these functions will be tested for all
rounding modes.  Since fegetround and fesetround are not implemented for arm32,
these tests will fail in all non-default rounding modes.  We will re-enable
these entrypoints and tests once fegetround and fesetround are implemented for
arm32.




More information about the All-commits mailing list