File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
numpy/distutils/fcompiler Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ def get_flags_opt(self):
215
215
# use -mincoming-stack-boundary=2
216
216
# due to the change to 16 byte stack alignment since GCC 4.6
217
217
# but 32 bit Windows ABI defines 4 bytes stack alignment
218
- opt = ['-O2 -march=core2 -mtune=generic -mfpmath=sse -msse2'
218
+ opt = ['-O2 -march=core2 -mtune=generic -mfpmath=sse -msse2 '
219
219
'-mincoming-stack-boundary=2' ]
220
220
else :
221
221
opt = ['-O2 -march=x86-64 -DMS_WIN64 -mtune=generic -msse2' ]
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ def get_flags_opt(self):
173
173
return ['/O1' ] # Scipy test failures with /O2
174
174
175
175
def get_flags_arch (self ):
176
- return ["/arch:IA-32 " , "/QaxSSE3" ]
176
+ return ["/arch:IA32 " , "/QaxSSE3" ]
177
177
178
178
def runtime_library_dir_option (self , dir ):
179
179
raise NotImplementedError
You can’t perform that action at this time.
0 commit comments