mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-06-23 19:21:39 +02:00
ggml-cpu: fix uncaught underscore terminators (llama/14023)
Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
parent
4fc9c34126
commit
34940abe53
@ -383,9 +383,9 @@ typedef uint16_t uint16x8_t __attribute__((vector_size(16)));
|
|||||||
typedef uint32_t uint32x4_t __attribute__((vector_size(16)));
|
typedef uint32_t uint32x4_t __attribute__((vector_size(16)));
|
||||||
|
|
||||||
typedef float float32x4_t __attribute__((vector_size(16)));
|
typedef float float32x4_t __attribute__((vector_size(16)));
|
||||||
typedef double double64x2_t __attribute((vector_size(16)));
|
typedef double double64x2_t __attribute__((vector_size(16)));
|
||||||
|
|
||||||
typedef signed long long long64x2_t __attribute((vector_size(16)));
|
typedef signed long long long64x2_t __attribute__((vector_size(16)));
|
||||||
typedef unsigned long long ulong64x2_t __attribute__((vector_size(16)));
|
typedef unsigned long long ulong64x2_t __attribute__((vector_size(16)));
|
||||||
|
|
||||||
typedef struct ggml_uint8x16x2_t {
|
typedef struct ggml_uint8x16x2_t {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user