diff --git a/src/cor/lyt/vec.cpp b/src/cor/lyt/vec.cpp index e7b4c5e..fb6b281 100644 --- a/src/cor/lyt/vec.cpp +++ b/src/cor/lyt/vec.cpp @@ -10,6 +10,8 @@ #include "fls/printer/to_str.hpp" #include +#pragma clang diagnostic ignored "-Wshorten-64-to-32" + namespace fastlanes { static constexpr uint64_t VEC_SZ = 1024ULL * 1024;