Add __SSE3__ macro for MSVC too because why not

even though it's not currently used for anything when AVX is defined
llama-patch-enable-fma-msvc
anzz1 3 years ago committed by GitHub
parent 6ceb761499
commit d1e4a1822d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -84,6 +84,9 @@ typedef void* thread_ret_t;
#ifndef __F16C__
#define __F16C__
#endif
#ifndef __SSE3__
#define __SSE3__
#endif
#endif
#ifdef __HAIKU__

Loading…
Cancel
Save