ggml-cpu: add todo comment for future reference

Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
Aaron Teo 2025-06-21 21:07:30 +08:00
parent 72965ea8b0
commit 07de57c69a
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -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)