diff options
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 |
