Skip to content

Commit c861092

Browse files
committed
doc PG 18 relnotes: clarify multiplication item
Reported-by: Dean Rasheed Author: Dean Rasheed Discussion: https://postgr.es/m/CAEZATCXZGU3LLMZHobYys1MLpyNMAus7+UUpWeeFYwSaPNC2CA@mail.gmail.com
1 parent 4fbb46f commit c861092

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

doc/src/sgml/release-18.sgml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2905,13 +2905,22 @@ Add ARM Neon and SVE CPU intrinsics for popcount (integer bit counting) (Chiranm
29052905

29062906
<!--
29072907
Author: Dean Rasheed <dean.a.rasheed@gmail.com>
2908+
2024-07-09 [ca481d3c9] Optimise numeric multiplication for short inputs.
2909+
Author: Dean Rasheed <dean.a.rasheed@gmail.com>
2910+
2024-08-15 [c4e44224c] Extend mul_var_short() to 5 and 6-digit inputs.
2911+
Author: Dean Rasheed <dean.a.rasheed@gmail.com>
29082912
2024-08-15 [8dc28d7eb] Optimise numeric multiplication using base-NBASE^2 arith
2913+
Author: Dean Rasheed <dean.a.rasheed@gmail.com>
2914+
2024-10-04 [9428c001f] Speed up numeric division by always using the "fast" alg
29092915
-->
29102916

29112917
<listitem>
29122918
<para>
2913-
Improve the speed of multiplication (Joel Jacobson, Dean Rasheed)
2919+
Improve the speed of numeric multiplication and division (Joel Jacobson, Dean Rasheed)
2920+
<ulink url="&commit_baseurl;ca481d3c9">&sect;</ulink>
2921+
<ulink url="&commit_baseurl;c4e44224c">&sect;</ulink>
29142922
<ulink url="&commit_baseurl;8dc28d7eb">&sect;</ulink>
2923+
<ulink url="&commit_baseurl;9428c001f">&sect;</ulink>
29152924
</para>
29162925
</listitem>
29172926

0 commit comments

Comments
 (0)