From 07de57c69a3b1c00e43463d073cbf06c04dac0ad Mon Sep 17 00:00:00 2001 From: Aaron Teo Date: Sat, 21 Jun 2025 21:07:30 +0800 Subject: [PATCH] ggml-cpu: add todo comment for future reference Signed-off-by: Aaron Teo --- ggml/src/ggml-impl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ggml/src/ggml-impl.h b/ggml/src/ggml-impl.h index ec7014a06..c80ee7e43 100644 --- a/ggml/src/ggml-impl.h +++ b/ggml/src/ggml-impl.h @@ -430,6 +430,8 @@ GGML_API void ggml_aligned_free(void * ptr, size_t size); * | | needed for s390x detection. * | this file is here, where the s390x * | detection macros are not defined. + * + * TODO: Fix s390x platform detection in this file. */ #define GGML_COMPUTE_FP16_TO_FP32(x) ggml_compute_fp16_to_fp32(x)