Skip to content

Commit a699f43

Browse files
author
Raghuveer Devulapalli
committed
Fix typo in README
1 parent 587af58 commit a699f43

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)