コード例 #1
0
ファイル: config.py プロジェクト: jciech/HeisenbergSpinChains
 def check_gcc_function_attribute_with_intrinsics(
     self, attribute, name, code, include
 ):
     return check_gcc_function_attribute_with_intrinsics(
         self, attribute, name, code, include
     )
コード例 #2
0
ファイル: config.py プロジェクト: anntzer/numpy
 def check_gcc_function_attribute_with_intrinsics(self, attribute, name,
                                                  code, include):
     return check_gcc_function_attribute_with_intrinsics(self, attribute,
                                                         name, code, include)