diff ChangeLog @ 656:5ec41b820858

- clarified riscv64 support in manual and changelog
author Tassilo Philipp
date Sat, 09 Mar 2024 20:40:10 +0100
parents fe907488e235
children bf78e6542ef9
line wrap: on
line diff
--- a/ChangeLog	Sat Mar 09 11:32:00 2024 +0100
+++ b/ChangeLog	Sat Mar 09 20:40:10 2024 +0100
@@ -7,13 +7,13 @@
   o removed subproject 'autovar' (was supposed to be a more modular version of
     dyncall_macros.h, but never fully replaced latter, thus just duplicating code)
 dyncall:
-  o riscv64 (hard-float, Linux, w/o syscalls and aggregates) support (thanks Jun Jeon!)
+  o riscv64 hard-float (rv64imafdc-lp64d, rvg calling convention) support, w/o syscalls and aggregates (thanks Jun Jeon!)
 dyncallback:
-  o riscv64 (hard-float, Linux, w/o syscalls and aggregates) support (thanks Jun Jeon!)
+  o riscv64 hard-float (rv64imafdc-lp64d, rvg calling convention) support, w/o syscalls and aggregates (thanks Jun Jeon!)
   o small arm64 callback optimization (saving 32b of stack space and one instruction)
 doc:
   o riscv64 calling convention description
-  o marked riscv64 as supported (basic) for *nix and tested for Linux and FreeBSD
+  o marked riscv64 as supported (basic) for *nix, tested on Linux and FreeBSD
 
 
 Version 1.4 (2022/12/06)