aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/c_compiler/test.c
AgeCommit message (Collapse)Author
2025-11-19test: remove complex arithmetic testing from `c_compiler` standalone testAlex Rønne Petersen
This has no business being here. Tests for our compiler-rt routines should be in compiler-rt, and tests for our C ABI compliance should be in `test-c-abi`.
2022-10-09compiler-rt: Implement mulXc3 and divXc3 functionsCody Tapscott
These are the standard complex multiplication/division functions required by the C standard (Annex G). Don't get me started on the standard's handling of complex-infinity...
2022-05-10Added _LIBCPP_HAS_NO_THREADS for single_threaded binaries linked with libcxx.Alexander Slesarev
Fixed single-threaded mode for Windows.
2021-05-25add a standalone for zig as a c/c++ compilerxavier