Skip to content

Commit 85f4e9c

Browse files
author
Raghuveer Devulapalli
authored
Merge pull request #50 from r-devulap/typo
Fix typo in README
2 parents 587af58 + a699f43 commit 85f4e9c

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
@@ -38,8 +38,8 @@ hasnan` if you expect your arrays to contain nan.
3838
#### Partialsort
3939

4040
```
41-
void avx512_partialsort<T>(T* arr, int64_t arrsize)
42-
void avx512_partialsort<T>(T* arr, int64_t arrsize, bool hasnan)
41+
void avx512_partial_qsort<T>(T* arr, int64_t arrsize)
42+
void avx512_partial_qsort<T>(T* arr, int64_t arrsize, bool hasnan)
4343
```
4444
Supported datatypes: `uint16_t, int16_t, _Float16 ,uint32_t, int32_t, float,
4545
uint64_t, int64_t and double`. Use an additional optional argument `bool

0 commit comments

Comments
 (0)