Justine Tunney
|
fa20edc44d
|
Reduce header complexity
- Remove most __ASSEMBLER__ __LINKER__ ifdefs
- Rename libc/intrin/bits.h to libc/serialize.h
- Block pthread cancelation in fchmodat() polyfill
- Remove `clang-format off` statements in third_party
|
2023-11-28 14:39:42 -08:00 |
|
Justine Tunney
|
e0c2b91b3e
|
Remove _Hide keyword
It never did anything and isn't worthwhile as documentation.
|
2023-07-24 08:34:58 -07:00 |
|
Justine Tunney
|
420f889ac3
|
Further optimize the math library
The sincosf() function is now twice as fast, thanks to ARM Limited. The
same might also be true of logf() and expm1f() which have been updated.
|
2023-04-28 01:20:47 -07:00 |
|