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 b366929 commit 01d8c87Copy full SHA for 01d8c87
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