pystencils.jit.cpu.compiler_info.AppleClangInfo

pystencils.jit.cpu.compiler_info.AppleClangInfo#

class pystencils.jit.cpu.compiler_info.AppleClangInfo(openmp=True, optlevel='fast', cxx_standard='c++17', target=<Target.CurrentCPU: 32769>, extra_cxxflags=<factory>)#

Compiler info for the Apple Clang compiler.

Parameters:
cxxflags()#

Compiler flags affecting C++ compilation

Return type:

list[str]

linker_flags()#

Flags affecting linkage of the extension module