Skip to content

Commit 6022bf4

Browse files
committed
ggml-impl : add comment
ggml-ci
1 parent 1039a16 commit 6022bf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ggml-impl.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ static inline ggml_fp16_t ggml_compute_fp32_to_fp16(float f) {
207207
#endif // __ARM_NEON
208208

209209
// precomputed f32 table for f16 (256 KB)
210+
// defined in ggml.c, initialized in ggml_init()
210211
extern float table_f32_f16[1 << 16];
211212

212213
// On ARM NEON, it's quicker to directly convert x -> x instead of calling into ggml_lookup_fp16_to_fp32,

0 commit comments

Comments
 (0)