Skip to content

Commit 57ccfd3

Browse files
authored
Update README.md
1 parent 7af0b22 commit 57ccfd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A high-performance C++ framework for SIMD (Single Instruction Multiple Data) ope
2121

2222
### Unit Tests Status
2323

24-
![Unittest Results](benchmark_results_windows_gcc/unit_test_results.png)
24+
![Unittest Results](benchmark_results_windows_msvc/unit_test_results.png)
2525

2626
### Performance Benchmarks
2727

@@ -71,4 +71,4 @@ This project is licensed under the MIT License - see the LICENSE file for detail
7171

7272
Current state of the project is purely based on the personal needs, any contribution for extending SIMD support is appreciated & welcome.
7373

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.
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.

0 commit comments

Comments
 (0)