Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 3c61bf2

Browse files
committed
32434: initial
1 parent 5fb2a6e commit 3c61bf2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sage_setup/command/sage_build_ext.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ def check_flags(self):
3838
# errors, the problem is most likely with some external
3939
# library and not with Sage.
4040
import re
41-
forbidden = re.compile(r"-march=|-mpcu=|-msse3|-msse4|-mpopcnt|-mavx")
41+
forbidden = re.compile(r"-march=|-mpcu=|-msse3|-msse4|-mpopcnt"
42+
r"|-mavx|-mavx2|-mbmi2") # see :trac:`32434`
4243

4344
if forbidden is not None:
4445
errors = 0

0 commit comments

Comments
 (0)