[libc] Temporarily disable arm32's sinf, cosf, sincosf entrypoints.With correctly rounded implementations, these functions will be tested for allrounding modes. Since fegetround and fesetround ar
[libc] Temporarily disable arm32's sinf, cosf, sincosf entrypoints.With correctly rounded implementations, these functions will be tested for allrounding modes. Since fegetround and fesetround are not implemented for arm32,these tests will fail in all non-default rounding modes. We will re-enablethese entrypoints and tests once fegetround and fesetround are implemented forarm32.
show more ...
[libc][arm32] add string stdlib & math entrypointsThis patch adds all the string and stdlib entrypoints, as well as a fewmath entrypoints to the arm32 build.Reviewed By: sivachandraDifferentia
[libc][arm32] add string stdlib & math entrypointsThis patch adds all the string and stdlib entrypoints, as well as a fewmath entrypoints to the arm32 build.Reviewed By: sivachandraDifferential Revision: https://reviews.llvm.org/D129821
[libc] Add imaxabsDifferential Revision: https://reviews.llvm.org/D129517
[libc] Add a simple arm32 config.This will be expanded in future as more functions are brought up on arm32.