Skip to content
  • Simon Marlow's avatar
    [project @ 2005-04-04 15:54:18 by simonmar] · 61988d63
    Simon Marlow authored
    Use the imul instruction natively, rather than the braindead wrapper
    around it.  The register allocator has been able to handle the fixed
    register usage of imul for a while now.  Also, the wrapper was broken
    on x86_64.
    61988d63