Fix branch predictor rule table.

This commit is contained in:
peteraa 2019-10-29 09:20:31 +01:00
parent af823ce067
commit 9f68d17330

View file

@ -101,8 +101,8 @@
state || predict taken || next state if taken || next state if not taken ||
=======||=================||=======================||==========================||
00 || NO || 01 || 00 ||
01 || NO || 11 || 00 ||
10 || YES || 11 || 00 ||
01 || NO || 10 || 00 ||
10 || YES || 11 || 01 ||
11 || YES || 11 || 10 ||
#+end_src