summaryrefslogtreecommitdiff
path: root/libc/src/__support/macros/optimization.h
AgeCommit message (Expand)Author
2025-09-09[libc] Some compatibility update for building with MSVC. (#157701)lntue
2025-06-26[libc] Improve memcpy for ARM Cortex-M supporting unaligned accesses. (#144872)Guillaume Chatelet
2025-06-19[libc][math] Skip setting errno and floating point exception for math functio...lntue
2025-02-11[libc][math] Add float-only option for atan2f. (#122979)lntue
2024-12-04[libc][math] Add small code size options for atan2f. (#118532)lntue
2024-10-10[libc][math] Improve performance of double precision trig functions. (#111793)lntue
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-06-24[libc][math] Implement double precision sin correctly rounded to all rounding...lntue
2024-03-27[libc] Remove obsolete LIBC_HAS_BUILTIN macro (#86554)Marc Auberer
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-21[libc][clang-tidy] Add llvm-header-guard to get consistant naming and prevent...Guillaume Chatelet
2023-05-16[libc] Fix definition and use of LIBC_INLINE macroRoland McGrath
2023-02-13[libc] Fix LIBC_LOOP_NOUNROLL being a noopGuillaume Chatelet
2023-02-10[libc] Move likely/unlikely to the optimization headerGuillaume Chatelet
2023-02-09[libc] Add an optimization macro headerGuillaume Chatelet