Skip to content

Commit

Permalink
ggml : add support for the RISCV architecture (ggerganov#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
apcameron authored May 27, 2023
1 parent 0df7d63 commit a670464
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ggml.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,12 @@ typedef double ggml_float;
#if defined(_MSC_VER) || defined(__MINGW32__)
#include <intrin.h>
#else
#if !defined(__riscv)
#include <immintrin.h>
#endif
#endif
#endif
#endif

#ifdef __F16C__

Expand Down

0 comments on commit a670464

Please sign in to comment.