Skip to content

Commit 5d165be

Browse files
committed
Update timing in comment.
1 parent 67f82ca commit 5d165be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/mathmodule.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2847,7 +2847,7 @@ based on ideas from three sources:
28472847
28482848
The double length routines allow for quite a bit of instruction
28492849
level parallelism. On a 3.22 Ghz Apple M1 Max, the incremental
2850-
cost of increasing the input vector size by one is 7.4ns.
2850+
cost of increasing the input vector size by one is 6.25 nsec.
28512851
28522852
dl_zero() returns an extended precision zero
28532853
dl_split() exactly splits a double into two half precision components.

0 commit comments

Comments
 (0)