• J
    Handle integer-extending for C ABI · 4815f7e6
    James Miller 提交于
    We need to supply sext/zext attributes to LLVM to ensure that arguments
    are extended to the appropriate width in the correct way.
    
    Most platforms extend integers less than 32 bits, though not all.
    4815f7e6
cabi_x86_win64.rs 1.3 KB