@@ -20516,6 +20516,14 @@ int ggml_cpu_has_sse3(void) {
#endif
}
intggml_cpu_has_ssse3(void){
#if defined(__SSSE3__)
return1;
#else
return0;
#endif
}
intggml_cpu_has_vsx(void){
#if defined(__POWER9_VECTOR__)
return1;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.