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.
2 parents b366929 + 01d8c87 commit 9335ce1Copy full SHA for 9335ce1
bindings/python/proxsuite/__init__.py
@@ -1,10 +1,6 @@
1
import platform
2
3
-if (
4
- "i386" in platform.processor()
5
- or "x86_64" in platform.processor()
6
- or "Intel64" in platform.processor()
7
-):
+if "arm" not in platform.processor():
8
from . import instructionset
9
10
0 commit comments