pystencils.jit.cpu.compiler_info.GccInfo#
- class pystencils.jit.cpu.compiler_info.GccInfo(openmp=True, optlevel='fast', cxx_standard='c++17', target=<Target.CurrentCPU: 32769>, extra_cxxflags=<factory>)#
Compiler info for the GNU Compiler Collection C++ compiler (
g++).- Parameters: