[libc] Temporarily disable arm32's sinf, cosf, sincosf entrypoints.
authorTue Ly <lntue@google.com>
Fri, 22 Jul 2022 14:43:01 +0000 (10:43 -0400)
committerTue Ly <lntue@google.com>
Fri, 22 Jul 2022 14:46:23 +0000 (10:46 -0400)
commit600172a72bfb87acda6e2411671d1a6ee42206f9
tree24f10a0c278bfd4ddeb23588c9975a1d6f39e138
parentf55dbfbd9d8cee45375f86a93e2c83bc30336285
[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.
libc/config/linux/arm/entrypoints.txt