mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-31 22:53:52 -04:00
ggml-cpu: add compiler error macro
Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
@@ -146,6 +146,8 @@ inline static int32x4_t ggml_vec_dot(int32x4_t acc, int8x16_t a, int8x16_t b) {
|
|||||||
return acc + (vec_unpackh(p) + vec_unpackl(p));
|
return acc + (vec_unpackh(p) + vec_unpackl(p));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#else
|
||||||
|
#error "This file requires s390x architecture with vector support (__s390x__ && __VEC__)"
|
||||||
#endif // __s390x__ && __VEC__
|
#endif // __s390x__ && __VEC__
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Reference in New Issue
Block a user