summaryrefslogtreecommitdiff
path: root/ggml-impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ggml-impl.h')
-rw-r--r--ggml-impl.h6
1 files changed, 0 insertions, 6 deletions
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