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 8129838 commit e7910fcCopy full SHA for e7910fc
ggml/src/ggml-impl.h
@@ -28,7 +28,7 @@
28
#include <immintrin.h>
29
#endif
30
31
-#if defined(__VXE__) || defined(__VXE2__)
+#if defined(__s390x__) && defined(__VEC__)
32
#include <vecintrin.h>
33
34
#define vec_neg(a) (-(a)) // Vector Negate
@@ -75,8 +75,8 @@ typedef unsigned long long ulong64x2_t __attribute__((vector_size(16)));
75
#ifndef __NNPA__
76
#define __NNPA__
77
#endif // __NNPA__
78
-#endif // __s390x__ && GGML_NNPA
79
-#endif // __VXE__ || __VXE2__
+#endif // GGML_NNPA
+#endif // __s390x__ && __VEC__
80
81
#ifdef __cplusplus
82
extern "C" {
0 commit comments