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 6f484a4 commit 8420640Copy full SHA for 8420640
ggml/include/ggml.h
@@ -2144,7 +2144,7 @@ extern "C" {
2144
#endif
2145
typedef void (*ggml_to_float_t) (const void * GGML_RESTRICT x, float * GGML_RESTRICT y, int64_t k);
2146
typedef void (*ggml_from_float_t)(const float * GGML_RESTRICT x, void * GGML_RESTRICT y, int64_t k);
2147
- typedef void (*ggml_byteswap_t) ( void * GGML_RESTRICT buffer, size_t elements);
+ typedef void (*ggml_byteswap_t) ( void * GGML_RESTRICT buffer, size_t elements);
2148
2149
struct ggml_type_traits {
2150
const char * type_name;
0 commit comments