Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37536532
en ru br
Репозитории ALT

Группа :: Базы Данных
Пакет: clickhouse

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: clickhouse-fastops-gcc-compat.patch
Скачать


diff --git a/fastops/core/SIMDFunctions.h b/fastops/core/SIMDFunctions.h
index 7341933..85819e5 100644
--- a/fastops/core/SIMDFunctions.h
+++ b/fastops/core/SIMDFunctions.h
@@ -14,6 +14,10 @@
 #   define Y_HAVE_NEW_INTRINSICS
 #endif
 
+#if __GNUC__ > 10
+#   define Y_HAVE_NEW_INTRINSICS
+#endif
+
 #if !defined(Y_HAVE_NEW_INTRINSICS)
 static __inline__ __m128i
 _mm_loadu_si32(void const* __a) {
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin