mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-05 11:03:30 +00:00
ggml : riscv: add xtheadvector support (#13720)
* ggml : riscv: add xtheadvector support * ggml : clean up some macro usage
This commit is contained in:
@ -386,7 +386,7 @@ GGML_API void ggml_aligned_free(void * ptr, size_t size);
|
||||
return r;
|
||||
}
|
||||
|
||||
#elif defined(__riscv) && defined(GGML_RV_ZFH)
|
||||
#elif defined(__riscv) && defined(__riscv_zfhmin)
|
||||
|
||||
static inline float ggml_compute_fp16_to_fp32(ggml_fp16_t h) {
|
||||
float f;
|
||||
|
Reference in New Issue
Block a user