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 5a42d17 commit ca9e638Copy full SHA for ca9e638
ggml/include/ggml.h
@@ -2113,7 +2113,7 @@ extern "C" {
2113
#endif
2114
typedef void (*ggml_to_float_t) (const void * GGML_RESTRICT x, float * GGML_RESTRICT y, int64_t k);
2115
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);
+ typedef void (*ggml_byteswap_t) ( void * GGML_RESTRICT buffer, size_t elements);
2117
2118
struct ggml_type_traits {
2119
const char * type_name;
0 commit comments