Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
lib/libc/xdr/xdr_float.c | ||
---|---|---|
64–68 ↗ | (On Diff #12322) | I suspect that ppc64 isn't. The code was written by Sun and then not sanitized. |
Comment Actions
- arith.h and gd_qnan.h regenerated;
- architectures check in lib/libc/xdr/xdr_float.c removed;
- aarch64 and riscv cases in libstand/Makefile combined.
lib/libc/xdr/xdr_float.c | ||
---|---|---|
63–64 ↗ | (On Diff #12362) | I've built a similar change where I also removed all the Vax code. Without it this file is much simpler. I'm happy with just removing the #if for now. |