Skip to content
  • Connor Abbott's avatar
    lima/gp: Support exp2 and log2 · 11a49f28
    Connor Abbott authored
    
    
    log2 is tricky because there cannot be a move between complex1 and
    postlog2. We can't guarantee that scheduling complex1 will succeed when
    we schedule postlog2, so we try to schedule complex1 and if it fails we
    back out by rewriting the postlog2 as a move and introducing a new
    postlog2 so that we can try again later.
    
    Signed-off-by: default avatarConnor Abbott <cwabbott0@gmail.com>
    Acked-by: default avatarQiang Yu <yuq825@gmail.com>
    11a49f28