this repo has no description
at fixPythonPipStalling 17 lines 321 B view raw
1#import <architecture/ppc/asm_help.h> 2#import <architecture/ppc/pseudo_inst.h> 3#import <architecture/ppc/mode_independent_asm.h> 4 5.text 6.align 2 7 8.private_extern _hw_sqrt 9_hw_sqrt: 10Lhw_sqrt_end: 11 nop 12.set Lhw_sqrt_len, Lhw_sqrt_end - _hw_sqrt 13 14.const 15.private_extern _hw_sqrt_len 16_hw_sqrt_len: 17 .long Lhw_sqrt_len