Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Dlang
Examples
memcpyD
Commits
master
Switch branch/tag
memcpyd
18 Jun, 2018
7 commits
Fix average switch
· 56dfe65c
JinShil
authored
Jun 18, 2018
56dfe65c
Update images
· 800c2e71
JinShil
authored
Jun 18, 2018
800c2e71
Fix buffer size so it runs on windows without crashing
· 114b5b0b
JinShil
authored
Jun 18, 2018
114b5b0b
Fix output flushing
· b9b82d02
JinShil
authored
Jun 18, 2018
b9b82d02
Begin testing misaligned data
· 7f7323ac
JinShil
authored
Jun 18, 2018
7f7323ac
Fix error that occurs for unaligned void16 types
· be32df7b
JinShil
authored
Jun 18, 2018
be32df7b
Remove unnecessary check for scalar types
· 7edd038a
JinShil
authored
Jun 18, 2018
7edd038a
16 Jun, 2018
3 commits
Add const and pragma(inline, true) to ensure inlining
· 1dd5668e
JinShil
authored
Jun 16, 2018
1dd5668e
Fix comparison operator to include 1024 in SIMD algorithm
· 01af70aa
JinShil
authored
Jun 16, 2018
01af70aa
Change benchmark to always run for about 1sec, and add plot.d
· b773af5b
JinShil
authored
Jun 16, 2018
b773af5b
15 Jun, 2018
10 commits
Add size label
· 6a827740
JinShil
authored
Jun 15, 2018
6a827740
Fix issue with LDC calling rep movsb implementation for trivial sizes
· e8456d42
JinShil
authored
Jun 15, 2018
e8456d42
Refactoring to reduce redundancy and improve re-usability
· 96fc43d2
JinShil
authored
Jun 15, 2018
96fc43d2
Remove imports for std.conv
· 6d1fdf85
JinShil
authored
Jun 15, 2018
6d1fdf85
Fix 16-byte implementation and generalize verify function
· 36c12e40
JinShil
authored
Jun 15, 2018
36c12e40
Add AVX implementation
· 5d860630
JinShil
authored
Jun 15, 2018
5d860630
Fix for compiling with optimizations
· 97dd7e4a
JinShil
authored
Jun 15, 2018
97dd7e4a
Move verify function away from immplementation
· d55e2a6c
JinShil
authored
Jun 15, 2018
d55e2a6c
Replace mixin for void16 loop unrolling with real code
· 0550676b
JinShil
authored
Jun 15, 2018
0550676b
Reduce code for init
· 6d795d1f
JinShil
authored
Jun 15, 2018
6d795d1f
13 Jun, 2018
10 commits
Wordsmithing readme
· f5fb0fda
JinShil
authored
Jun 13, 2018
f5fb0fda
Add Windows 8 AMD 8370 results
· 598998b0
JinShil
authored
Jun 13, 2018
598998b0
Add Microsoft Surface Book Results
· bebcf48d
JinShil
authored
Jun 13, 2018
bebcf48d
wordsmithing the readme
· 2e0d3c33
JinShil
authored
Jun 13, 2018
2e0d3c33
wordsmithing the rationale
· 383cb356
JinShil
authored
Jun 13, 2018
383cb356
Add some rationale to the readme
· 0ffcbf4e
JinShil
authored
Jun 13, 2018
0ffcbf4e
Add some rationale to the readme
· a5ac950a
JinShil
authored
Jun 13, 2018
a5ac950a
Add more information about results to readme
· 99dd2249
JinShil
authored
Jun 13, 2018
99dd2249
Initial commit
· 539fa1a0
JinShil
authored
Jun 13, 2018
539fa1a0
Initial commit
· de5f4588
Mike Franklin
authored
Jun 13, 2018
de5f4588