Skip to content

Commit ca9e638

Browse files
Update alignment of byteswap function type definition
1 parent 5a42d17 commit ca9e638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/include/ggml.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2113,7 +2113,7 @@ extern "C" {
21132113
#endif
21142114
typedef void (*ggml_to_float_t) (const void * GGML_RESTRICT x, float * GGML_RESTRICT y, int64_t k);
21152115
typedef void (*ggml_from_float_t)(const float * GGML_RESTRICT x, void * GGML_RESTRICT y, int64_t k);
2116-
typedef void (*ggml_byteswap_t) ( void * GGML_RESTRICT buffer, size_t elements);
2116+
typedef void (*ggml_byteswap_t) ( void * GGML_RESTRICT buffer, size_t elements);
21172117

21182118
struct ggml_type_traits {
21192119
const char * type_name;

0 commit comments

Comments
 (0)