From 8a091a141ccee4c5b6c492259dec5d6e819be541 Mon Sep 17 00:00:00 2001 From: Azim Afroozeh Date: Wed, 11 Sep 2024 23:31:43 +0200 Subject: [PATCH] try this --- src/cor/lyt/vec.cpp | 2 ++ 1 file changed, 2 insertions(+) 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;