Skip to content

Commit

Permalink
Merge pull request #50 from r-devulap/typo
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
r-devulap authored Jun 23, 2023
2 parents 587af58 + a699f43 commit 85f4e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ hasnan` if you expect your arrays to contain nan.
#### Partialsort

```
void avx512_partialsort<T>(T* arr, int64_t arrsize)
void avx512_partialsort<T>(T* arr, int64_t arrsize, bool hasnan)
void avx512_partial_qsort<T>(T* arr, int64_t arrsize)
void avx512_partial_qsort<T>(T* arr, int64_t arrsize, bool hasnan)
```
Supported datatypes: `uint16_t, int16_t, _Float16 ,uint32_t, int32_t, float,
uint64_t, int64_t and double`. Use an additional optional argument `bool
Expand Down

0 comments on commit 85f4e9c

Please sign in to comment.