]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
arch(7): small corrections for RISC-V
authormhorne <mhorne@FreeBSD.org>
Tue, 23 Jun 2020 17:17:13 +0000 (17:17 +0000)
committermhorne <mhorne@FreeBSD.org>
Tue, 23 Jun 2020 17:17:13 +0000 (17:17 +0000)
commitdc653b099827e1734a59a454aaf4311a813ce6bf
treec251dd880fd4b6ae743fcd4d1870a4044b0f29b1
parent61b8cea3ca1e64691826f287b0acfcc58e3e47b3
arch(7): small corrections for RISC-V

Document that RISC-V supports multiple page sizes: 4K, 2M, and 1G.

RISC-V's long double is always 128-bits wide, therefore quad precision.

Mention __riscv_float_abi_soft, which can be used to differentiate between
riscv64 and riscv64sf in userland code.

MFC after: 3 days
share/man/man7/arch.7