Add __SSE3__ macro for MSVC too because why not
even though it's not currently used for anything when AVX is defined
This commit is contained in:
parent
67ad7c445c
commit
b8a80f9994
1 changed files with 3 additions and 0 deletions
3
ggml.c
3
ggml.c
|
@ -87,6 +87,9 @@ typedef void* thread_ret_t;
|
||||||
#ifndef __F16C__
|
#ifndef __F16C__
|
||||||
#define __F16C__
|
#define __F16C__
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef __SSE3__
|
||||||
|
#define __SSE3__
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __HAIKU__
|
#ifdef __HAIKU__
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue