cosmopolitan/test/libc/tinymath
Justine Tunney e75ffde09e Get codebase completely working with LLVM
You can now build Cosmopolitan with Clang:

    make -j8 MODE=llvm
    o/llvm/examples/hello.com

The assembler and linker code is now friendly to LLVM too.
So it's not needed to configure Clang to use binutils under
the hood. If you love LLVM then you can now use pure LLVM.
2021-02-09 02:57:32 -08:00
..
atan2l_test.c Change license 2020-12-27 17:18:44 -08:00
exp_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
fabs_test.c Fix strtol 2020-12-29 22:40:52 -08:00
ilogb_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
ldexp_test.c Change license 2020-12-27 17:18:44 -08:00
logb_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
pow10_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
powl_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
round_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
sinl_test.c Change license 2020-12-27 17:18:44 -08:00
test.mk Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00