This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from c5d1eaae72 arch/intel64: get TSC frequency only when not provided from Kconfig new 23b2f96c9d libm/libm: disable optimization for sincos new c932fe3045 libm/newlib: disable optimization for sincos The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: libs/libm/libm/lib_sincos.c | 9 +++ libs/libm/libm/lib_sincosf.c | 9 +++ libs/libm/libm/lib_sincosl.c | 9 +++ ...004-newlib-disable-optmisation-for-sincos.patch | 73 ++++++++++++++++++++++ libs/libm/newlib/CMakeLists.txt | 5 +- libs/libm/newlib/Make.defs | 1 + libs/libm/newlib/sincosl.c | 9 +++ 7 files changed, 114 insertions(+), 1 deletion(-) create mode 100644 libs/libm/newlib/0004-newlib-disable-optmisation-for-sincos.patch