diff options
| author | engineerxl <[email protected]> | 2026-05-23 06:07:16 +0300 |
|---|---|---|
| committer | engineerxl <[email protected]> | 2026-05-23 06:45:00 +0300 |
| commit | bc6ab36fefe5af2abfcb6ae6b64cbc4f79adeedd (patch) | |
| tree | 8a713e3d61a87df451f9921e4e95d4260beaa61e /contrib/python | |
| parent | 88de1fde2ead7a8a664f403cf8c6a29cc3f718eb (diff) | |
Update contrib to allow ARM v9 SVE - step 1
Разрешил include arm_sve в contrib
Это PR -- первая часть [другого](https://nda.ya.ru/t/0aVcagQk7d6NL5 pull request
commit_hash:bdacbda05e2f6bfbaa313ca800c0653ab0112091
Diffstat (limited to 'contrib/python')
| -rw-r--r-- | contrib/python/pythran/.yandex_meta/yamaker.yaml | 1 | ||||
| -rw-r--r-- | contrib/python/pythran/pythran/xsimd/types/xsimd_sve_register.hpp | 2 |
2 files changed, 1 insertions, 2 deletions
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 <arm_sve.h> +#include <arm_sve.h> #endif namespace xsimd |
