Преглед изворни кода

ggml-cpu-impl.h: do not redefine bool on POWER9 (#12856)

error: unknown type name '_Bool'
Piotr Kubaj пре 9 месеци
родитељ
комит
31f7803bc4
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      ggml/src/ggml-cpu/ggml-cpu-impl.h

+ 0 - 2
ggml/src/ggml-cpu/ggml-cpu-impl.h

@@ -323,8 +323,6 @@ inline static int32x4_t ggml_vdotq_s32(int32x4_t acc, int8x16_t a, int8x16_t b)
 #else
 #ifdef __POWER9_VECTOR__
 #include <altivec.h>
-#undef bool
-#define bool _Bool
 #else
 #if defined(_MSC_VER) || defined(__MINGW32__)
 #include <intrin.h>