From 3d68f364f15778dc326f5024f2e5af1ad6dfddef Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Mon, 13 Nov 2023 16:55:52 +0200 Subject: ggml : sync (im2col, GPU conv, 32-bit arm compat) (#4060) ggml-ci --- ggml-impl.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ggml-impl.h') diff --git a/ggml-impl.h b/ggml-impl.h index d88f2614..06c07339 100644 --- a/ggml-impl.h +++ b/ggml-impl.h @@ -39,12 +39,6 @@ extern "C" { #endif #endif -#undef MIN -#undef MAX - -#define MIN(a, b) ((a) < (b) ? (a) : (b)) -#define MAX(a, b) ((a) > (b) ? (a) : (b)) - // 16-bit float // on Arm, we use __fp16 // on x86, we use uint16_t -- cgit v1.2.3