Update alignment of byteswap function type definition
This commit is contained in:
parent
1d06f0f115
commit
cfb2cd1ee9
1 changed files with 1 additions and 1 deletions
|
@ -2144,7 +2144,7 @@ extern "C" {
|
|||
#endif
|
||||
typedef void (*ggml_to_float_t) (const void * GGML_RESTRICT x, float * GGML_RESTRICT y, int64_t k);
|
||||
typedef void (*ggml_from_float_t)(const float * GGML_RESTRICT x, void * GGML_RESTRICT y, int64_t k);
|
||||
typedef void (*ggml_byteswap_t) ( void * GGML_RESTRICT buffer, size_t elements);
|
||||
typedef void (*ggml_byteswap_t) ( void * GGML_RESTRICT buffer, size_t elements);
|
||||
|
||||
struct ggml_type_traits {
|
||||
const char * type_name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue