Commit a3358f34 authored by Andrew Waterman's avatar Andrew Waterman Committed by GitHub
Browse files

Fix priority inversion for two back-to-back divides (#948)

If the first one is killed for some unrelated reason (e.g. write port
hazard), the second one will still issue to the div-sqrt unit.  While
it will itself later be killed, the fact that the later instruction
acquires a resource needed by the former instruction leads to deadlock.
parent fa867bc4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment