@parzivalwolfram@infosec.exchange
Post #3574307
2024-12-04 00:57 UTC
- fdlibm (written by sun): needs stdint.h, completely broken (tries to build m68k libm on x86 machine)
- openlibm: needs stdint.h, IEEE float support fucked in all versions
- freebsd msun: based on fdlibm, might work?
- musl: requires Linux-style usage, might not be compatible?
- CRlibm/MetaLibm: fucking dead, can't find tarballs
we're at the point in the project where one merely considers writing completely custom C98 headers for the system. will they work? probably not, but we're gonna fucking try!
Replies (1)
-
@parzivalwolfram@infosec.exchange 2024-12-05 18:56
imagine adding bz2 decompression to stage0 of a project only to have that decision make it impossible to compile stage2 because it makes python segfault.