Skip to content

Commit 71d438f

Browse files
authored
Update README.md
1 parent d90023e commit 71d438f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ Performance improvements comparing SIMD operations vs. standard operations on di
4343

4444
### Using the Project
4545

46-
```bash
4746
This is a header only project, no need for building.
47+
```bash
4848
#include<SIMD.h>
49-
Should be sufficient.
5049
```
50+
Should be sufficient.
5151

5252
### Running Tests & Benchmarks
5353

@@ -69,6 +69,10 @@ This project is licensed under the MIT License - see the LICENSE file for detail
6969

7070
## Contributing
7171

72-
Current state of the project is purely based on the personal needs, any contribution for extending SIMD support is appreciated & welcome.
72+
Current state of the project is purely based on the personal needs, any contribution for extending SIMD support is appreciated & welcome.
73+
74+
You can always contact me via e-mail from: [email protected]
75+
76+
The SIMD.h uses macros a lot to eliminate manual work of repetitive coding, but the idea is really simple; define a macro for a new operator/function as a specialization of base SIMD_Type_t and then use it for different bit widths.
7377

74-
The SIMD.h uses macros a lot to eliminate manual work of repetitive coding, but the idea is really simple; defining a macro for a new operator/function as a specialization of base SIMD_Type_t and then using it for different bit widths.
78+
The SIMD::Array class is created for testing, but I believe it is a good example for building your own SIMD classes efficiently.

0 commit comments

Comments
 (0)