File tree Expand file tree Collapse file tree 2 files changed +17
-19
lines changed Expand file tree Collapse file tree 2 files changed +17
-19
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Which is the best `memcpy`?
7
7
sudo apt install nasm gcc -y;
8
8
9
9
# Clone the repository.
10
- git clone https://github.com/ammarfaizisudo nice -n -20 . /memcpy_benchmark;
10
+ git clone https://github.com/ammarfaizi2 /memcpy_benchmark;
11
11
cd memcpy_benchmark;
12
12
make;
13
13
Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ Total: 4.9696570000
30
30
31
31
32
32
33
-
34
-
35
33
Vendor: GenuineIntel
36
34
CPU: Intel Xeon Platinum 8269CY (2.5GHz)
37
35
Cache size: 36608 KB
@@ -41,25 +39,25 @@ Address sizes: 46 bits physical, 48 bits virtual
41
39
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid tsc_known_freq pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx avx512f avx512dq rdseed adx smap avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves arat avx512_vnni
42
40
43
41
[Built in memcpy from libc]
44
- Max: 0.3496500000
45
- Min: 0.3485650000
46
- Avg: 0.3837956000
47
- Total: 3.8379560000
42
+ Max: 0.3533460000
43
+ Min: 0.3494360000
44
+ Avg: 0.3852886000
45
+ Total: 3.8528860000
48
46
49
47
[AVX]
50
- Max: 0.3770440000
51
- Min: 0.3463880000
52
- Avg: 0.3843867000
53
- Total: 3.8438670000
48
+ Max: 0.2725200000
49
+ Min: 0.2710710000
50
+ Avg: 0.2986639000
51
+ Total: 2.9866390000
54
52
55
53
[AVX-512]
56
- Max: 0.2969090000
57
- Min: 0.2959490000
58
- Avg: 0.3260326000
59
- Total: 3.2603260000
54
+ Max: 0.2874750000
55
+ Min: 0.2853970000
56
+ Avg: 0.3150474000
57
+ Total: 3.1504740000
60
58
61
59
[rep movsb]
62
- Max: 0.3083220000
63
- Min: 0.3028410000
64
- Avg: 0.3347047000
65
- Total: 3.3470470000
60
+ Max: 0.3043180000
61
+ Min: 0.3020090000
62
+ Avg: 0.3333147000
63
+ Total: 3.3331470000
You can’t perform that action at this time.
0 commit comments