Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
r-devulap committed Jun 23, 2023
1 parent 587af58 commit a699f43
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 a699f43

Please sign in to comment.