File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -2905,13 +2905,22 @@ Add ARM Neon and SVE CPU intrinsics for popcount (integer bit counting) (Chiranm
2905
2905
2906
2906
<!--
2907
2907
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>
2908
2912
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
2909
2915
-->
2910
2916
2911
2917
<listitem>
2912
2918
<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">§</ulink>
2921
+ <ulink url="&commit_baseurl;c4e44224c">§</ulink>
2914
2922
<ulink url="&commit_baseurl;8dc28d7eb">§</ulink>
2923
+ <ulink url="&commit_baseurl;9428c001f">§</ulink>
2915
2924
</para>
2916
2925
</listitem>
2917
2926
You can’t perform that action at this time.
0 commit comments