From bc6ab36fefe5af2abfcb6ae6b64cbc4f79adeedd Mon Sep 17 00:00:00 2001 From: engineerxl Date: Sat, 23 May 2026 06:07:16 +0300 Subject: Update contrib to allow ARM v9 SVE - step 1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Разрешил include arm_sve в contrib Это PR -- первая часть [другого](https://nda.ya.ru/t/0aVcagQk7d6NL5 pull request commit_hash:bdacbda05e2f6bfbaa313ca800c0653ab0112091 --- contrib/python/pythran/.yandex_meta/yamaker.yaml | 1 - contrib/python/pythran/pythran/xsimd/types/xsimd_sve_register.hpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'contrib/python') diff --git a/contrib/python/pythran/.yandex_meta/yamaker.yaml b/contrib/python/pythran/.yandex_meta/yamaker.yaml index eb09b5c93b4..c88bebaecc1 100644 --- a/contrib/python/pythran/.yandex_meta/yamaker.yaml +++ b/contrib/python/pythran/.yandex_meta/yamaker.yaml @@ -2,7 +2,6 @@ requirements: - contrib/restricted/boost/format - contrib/restricted/boost/math disable_includes: - - arm_sve.h - xtl/xcomplex.hpp - riscv_vector.h - wasm_simd128.h diff --git a/contrib/python/pythran/pythran/xsimd/types/xsimd_sve_register.hpp b/contrib/python/pythran/pythran/xsimd/types/xsimd_sve_register.hpp index 3342f2fa0b2..29564d02375 100644 --- a/contrib/python/pythran/pythran/xsimd/types/xsimd_sve_register.hpp +++ b/contrib/python/pythran/pythran/xsimd/types/xsimd_sve_register.hpp @@ -17,7 +17,7 @@ #include "xsimd_register.hpp" #if XSIMD_WITH_SVE -#error #include +#include #endif namespace xsimd -- cgit v1.3