Skip to content

Commit 4cb180c

Browse files
committed
Auto-generated commit
1 parent 1c3b71c commit 4cb180c

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
@@ -330,9 +330,9 @@ c_cswap( 2, (void *)x, 1, (void *)Y, 1 );
330330
The function accepts the following arguments:
331331
332332
- **N**: `[in] CBLAS_INT` number of indexed elements.
333-
- **X**: `[out] void*` first input array.
333+
- **X**: `[inout] void*` first input array.
334334
- **strideX**: `[in] CBLAS_INT` index increment for `X`.
335-
- **Y**: `[out] void*` first input array.
335+
- **Y**: `[inout] void*` first input array.
336336
- **strideY**: `[in] CBLAS_INT` index increment for `Y`.
337337
338338
```c

0 commit comments

Comments
 (0)