File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -247,16 +247,16 @@ While various different ABIs are technically possible, for software
247247compatibility reasons it is strongly recommended to use the following
248248default ABIs for specific architectures:
249249
250- * ** on RV64G** : LP64D for XLEN=64 , with floats and doubles passed in floating
251- point registers (i.e. ELFCLASS64 and EF_RISCV_FLOAT_ABI_DOUBLE).
250+ * ** on RV64G** : LP64D, with floats and doubles passed in floating point
251+ registers (i.e. ELFCLASS64 and EF_RISCV_FLOAT_ABI_DOUBLE).
252252
253253 Although RV64GQ systems can technically use EF_RISCV_FLOAT_ABI_QUAD,
254254 it is strongly recommended to use EF_RISCV_FLOAT_ABI_DOUBLE on
255255 general-purpose RV64GQ systems for compatibility with standard RV64G
256256 software.
257257
258- * ** on RV32G** : ILP32D for XLEN=32 , with floats and doubles passed in floating
259- point registers (i.e. ELFCLASS32 and EF_RISCV_FLOAT_ABI_DOUBLE).
258+ * ** on RV32G** : ILP32D, with floats and doubles passed in floating point
259+ registers (i.e. ELFCLASS32 and EF_RISCV_FLOAT_ABI_DOUBLE).
260260
261261A future version of this specification may define an ILP32 ABI for
262262RV64G, but currently this is not a supported operating mode.
You can’t perform that action at this time.
0 commit comments