We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02b360 commit 1b23fecCopy full SHA for 1b23fec
ggml/src/ggml-cpu/simd-mappings.h
@@ -135,10 +135,6 @@
135
uint16x8_t v_h = vec_convert_to_fp16(v_hd, 0);
136
return vec_extract(v_h, 0);
137
}
138
-#else
139
- // fallback to the generic implementation
140
- #define GGML_CPU_FP16_TO_FP32(x) GGML_FP16_TO_FP32(x)
141
- #define GGML_CPU_FP32_TO_FP16(x) GGML_FP32_TO_FP16(x)
142
#endif
143
144
// On ARM NEON, it's quicker to directly convert x -> x instead of calling into ggml_lookup_fp16_to_fp32,
0 commit comments