|
|
@@ -50,19 +50,6 @@
|
|
|
#include "llamafile/sgemm.h"
|
|
|
#endif
|
|
|
|
|
|
-#if defined(_MSC_VER)
|
|
|
-// disable "possible loss of data" to avoid hundreds of casts
|
|
|
-// we should just be careful :)
|
|
|
-#pragma warning(disable: 4244 4267)
|
|
|
-
|
|
|
-// disable POSIX deprecation warnings
|
|
|
-// these functions are never going away, anyway
|
|
|
-#pragma warning(disable: 4996)
|
|
|
-
|
|
|
-// unreachable code because of multiple instances of code after GGML_ABORT
|
|
|
-#pragma warning(disable: 4702)
|
|
|
-#endif
|
|
|
-
|
|
|
// Note: once we move threading into a separate C++ file
|
|
|
// will use std::hardware_destructive_interference_size instead of hardcoding it here
|
|
|
// and we'll use C++ attribute syntax.
|