MCPcopy Create free account
hub / github.com/numpy/numpy / IntelEM64VisualFCompiler

Class IntelEM64VisualFCompiler

numpy/distutils/fcompiler/intel.py:197–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195
196
197class IntelEM64VisualFCompiler(IntelVisualFCompiler):
198 compiler_type = 'intelvem'
199 description = 'Intel Visual Fortran Compiler for 64-bit apps'
200
201 version_match = simple_version_match(start=r'Intel\(R\).*?64,')
202
203 def get_flags_arch(self):
204 return []
205
206
207if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

simple_version_matchFunction · 0.90

Tested by

no test coverage detected