Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7d431e0

Browse files
committed
Clean up
1 parent d455950 commit 7d431e0

File tree

2 files changed

+17
-19
lines changed

2 files changed

+17
-19
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Which is the best `memcpy`?
77
sudo apt install nasm gcc -y;
88

99
# Clone the repository.
10-
git clone https://github.com/ammarfaizisudo nice -n -20 ./memcpy_benchmark;
10+
git clone https://github.com/ammarfaizi2/memcpy_benchmark;
1111
cd memcpy_benchmark;
1212
make;
1313

result.txt

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ Total: 4.9696570000
3030

3131

3232

33-
34-
3533
Vendor: GenuineIntel
3634
CPU: Intel Xeon Platinum 8269CY (2.5GHz)
3735
Cache size: 36608 KB
@@ -41,25 +39,25 @@ Address sizes: 46 bits physical, 48 bits virtual
4139
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
4240

4341
[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
4846

4947
[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
5452

5553
[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
6058

6159
[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

0 commit comments

Comments
 (0)