summaryrefslogtreecommitdiff
path: root/libc/src/__support/FPUtil/nearest_integer.h
AgeCommit message (Expand)Author
2025-07-15[libc][math] Refactor exp implementation to header-only in src/__support/math...Muhammad Bassiouni
2025-05-02[libc] Add support for string/memory_utils functions for AArch64 without HW F...William
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-07-10[libc] Use `rint` builtin for rounding on the GPU (#98345)Joseph Huber
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-02-10[libc] Move likely/unlikely to the optimization headerGuillaume Chatelet
2023-02-09[libc][NFC] Move cpu_features.h to properties subfolderGuillaume Chatelet
2023-02-09[libc][NFC] Move architectures.h to properties subfolderGuillaume Chatelet
2023-02-07[libc][NFC] Rename macrosGuillaume Chatelet
2023-02-07[libc][NFC] Move attributes from common to macros folderGuillaume Chatelet
2023-02-07[libc][NFC] Rename architecture macros and move to macros folderGuillaume Chatelet
2023-01-20[libc][NFC] Replace static inline and inline annotations with LIBC_INLINE.Siva Chandra Reddy
2022-07-22[libc] Add float type and flag for nearest_integer to enable SSE4.2.Tue Ly
2022-07-14[libc] Add nearest integer instructions to fputil.Tue Ly