We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad76f5 commit 6db5dddCopy full SHA for 6db5ddd
graalpython/com.oracle.graal.python.cext/lzma/config.h
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* The Universal Permissive License (UPL), Version 1.0
@@ -70,7 +70,11 @@
70
#define HAVE_FCNTL_H 1
71
#define HAVE_FUTIMENS 1
72
#define HAVE_GETTEXT 1
73
+#ifdef __aarch64__
74
+#define HAVE_IMMINTRIN_H 0
75
+#else
76
#define HAVE_IMMINTRIN_H 1
77
+#endif
78
#define HAVE_INTTYPES_H 1
79
#define HAVE_LIMITS_H 1
80
#define HAVE_MBRTOWC 1
0 commit comments