ggml
ggml copied to clipboard
ggml_init: Illegal instruction at address 0x<address>
When build tests/test0.c program, it's crashed when run on Windows compile with zig cc. Because in ggml_time_us() timer_freq are not inialized. I fixed by adding ggml_time_init().
Src: https://github.com/maihd/fun-with-zig/blob/main/ggml_bindings/src/main.zig