For "Improve the speed of multiplication", I think it should say "numeric multiplication" rather than simply "multiplication", and I think it's worth also linking to commits ca481d3c9ab and c4e44224cf6 which were part of the same work.
I think it's also worth mentioning 9428c001f67, which sped up numeric division. That can be included in the same item, as in the attached patch, unless you think it's worth listing it as a separate item. Regards, Dean
diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml new file mode 100644 index 619592b..536d7c0 --- a/doc/src/sgml/release-18.sgml +++ b/doc/src/sgml/release-18.sgml @@ -2905,13 +2905,22 @@ Add ARM Neon and SVE CPU intrinsics for <!-- Author: Dean Rasheed <dean.a.rash...@gmail.com> +2024-07-09 [ca481d3c9] Optimise numeric multiplication for short inputs. +Author: Dean Rasheed <dean.a.rash...@gmail.com> +2024-08-15 [c4e44224c] Extend mul_var_short() to 5 and 6-digit inputs. +Author: Dean Rasheed <dean.a.rash...@gmail.com> 2024-08-15 [8dc28d7eb] Optimise numeric multiplication using base-NBASE^2 arith +Author: Dean Rasheed <dean.a.rash...@gmail.com> +2024-10-04 [9428c001f] Speed up numeric division by always using the "fast" alg --> <listitem> <para> -Improve the speed of multiplication (Joel Jacobson, Dean Rasheed) +Improve the speed of numeric multiplication and division (Joel Jacobson, Dean Rasheed) +<ulink url="&commit_baseurl;ca481d3c9">§</ulink> +<ulink url="&commit_baseurl;c4e44224c">§</ulink> <ulink url="&commit_baseurl;8dc28d7eb">§</ulink> +<ulink url="&commit_baseurl;9428c001f">§</ulink> </para> </listitem>