We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3ec97 commit 97d7e56Copy full SHA for 97d7e56
lib/node_modules/@stdlib/ndarray/base/dtype-alignment/src/main.c
@@ -38,7 +38,7 @@
38
* int8_t out = stdlib_ndarray_dtype_alignment( STDLIB_NDARRAY_FLOAT64 );
39
* // returns 8
40
*/
41
-uint8_t stdlib_ndarray_dtype_alignment( enum STDLIB_NDARRAY_DTYPE dtype ) {
+int8_t stdlib_ndarray_dtype_alignment( enum STDLIB_NDARRAY_DTYPE dtype ) {
42
switch ( dtype ) {
43
case STDLIB_NDARRAY_FLOAT64:
44
return STDLIB_NDARRAY_FLOAT64_ALIGNMENT;
0 commit comments