Skip to content
  • Ian Lynagh's avatar
    Add a quotRemWord2 primop · 5136d64e
    Ian Lynagh authored
    It allows you to do
        (high, low) `quotRem` d
    provided high < d.
    
    Currently only has an inefficient fallback implementation.
    5136d64e