summaryrefslogtreecommitdiff
path: root/libc/utils/MPFRWrapper/CMakeLists.txt
AgeCommit message (Expand)Author
2025-08-06[libc][math][c++23] Implement basic arithmetic operations for BFloat16 (#151228)Krishna Pandey
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-07-09[libc][math][c++23] Add bfloat16 support in LLVM libc (#144463)Krishna Pandey
2025-02-07[libc] Use `${libc_opt_high_flag}` instead of `-O3` (#123233)Petr Hosek
2025-01-28[libc] Update include directory for libcMPCommon target when LLVM_LIBC_MPFR_I...lntue
2025-01-28[libc][complex] remove -ffreestanding flag from MPFRUtils compile options (#1...Shourya Goel
2025-01-28[libc][complex] Testing infra for MPC (#121261)Shourya Goel
2024-09-23[libc][math] Add floating-point cast independent of compiler runtime (#105152)OverMighty
2024-09-06[libc] Remove -ffreestanding when building MPFR wrapper. (#107637)lntue
2024-09-06[libc] Fix unit test compile flags propagation. (#106128)lntue
2024-07-18[libc][CMake] Set library type of libcMPFRWrapper to STATIC (#99527)OverMighty
2024-06-13[libc][math][c23] Add f16sqrtf C23 math function (#95251)OverMighty
2024-04-08[libc] remove MPFR and related tests in full build (#87693)Schrodinger ZHU Yifan
2024-02-23[libc][NFC] Remove all trailing spaces from libc (#82831)Joseph Huber
2024-02-22[libc] Rework the GPU build to be a regular target (#81921)Joseph Huber
2024-01-21[libc] fix unit tests in fullbuild (#78864)Schrodinger ZHU Yifan
2023-12-28[libc][NFC] Integrate `FloatProperties` into `FPBits` (#76506)Guillaume Chatelet
2023-11-23[libc][NFC] Sink "PlatformDefs.h" into "FloatProperties.h" (#73226)Guillaume Chatelet
2023-07-05[libc] fix MPFR rounding problems in fuzz testMichael Jones
2023-06-10[libc][math] Move str method from FPBits class to testing utils.Tue Ly
2023-05-22[libc] Use MPFR for strtofloat fuzzingMichael Jones
2023-05-17[libc] Add a convenience CMake function `add_unittest_framework_library`.Siva Chandra Reddy
2023-04-18[libc][NFC] Move RoundingModeUtils to LibcFPTestHelpers.Siva Chandra Reddy
2023-03-31[libc][NFC] Adjust some CMake messages for the GPU buildJoseph Huber
2022-08-31[libc][cmake] split fputil into individual targetsMichael Jones
2022-07-13[libc] Specify rounding mode for strto[f|d] testsAlex Brachet
2022-03-08[libc][NFC] split standalone_cpp into single headersMichael Jones
2022-02-04[libc] Set default CXX_STANDARD to C++17 and let targets set their own standa...Tue Ly
2021-10-28[libc][NFC] Move utils/CPP to src/__support/CPP.Siva Chandra Reddy
2021-08-06[libc][nfc] move ctype_utils and FPUtils to __supportMichael Jones
2021-07-27[libc] Enable MPFR library for math functions testHedin Garca
2021-02-23[libc] Add a standalone flavor of an equivalent of std::string_view.Siva Chandra Reddy
2020-09-15[libc] Add missing LibcFPTestHelpers libraryGuillaume Chatelet
2020-05-15[libc] Consolidate floating point utils into a single utils library.Siva Chandra Reddy
2020-05-05[libc] Improve information printed on failure of a math test which uses MPFR.Siva Chandra Reddy
2020-04-23[libc] Link mpfr and gmp wrapper to the libcMPFRWrapper.Siva Chandra Reddy
2020-04-16[libc] Move implementations of cosf, sinf, sincosf to src/math directory.Siva Chandra Reddy