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 97d7e56 commit 08c21f1Copy full SHA for 08c21f1
lib/node_modules/@stdlib/ndarray/base/dtype-alignment/include/stdlib/ndarray/base/dtype_alignment.h
@@ -66,7 +66,7 @@ enum STDLIB_NDARRAY_DTYPE_ALIGNMENT {
66
/**
67
* Returns the alignment (in bytes) for a given data type.
68
*/
69
-uint8_t stdlib_ndarray_dtype_alignment( enum STDLIB_NDARRAY_DTYPE dtype );
+int8_t stdlib_ndarray_dtype_alignment( enum STDLIB_NDARRAY_DTYPE dtype );
70
71
#ifdef __cplusplus
72
}
0 commit comments