浏览代码

Fix branch predictor rule table.

master
peteraa 6 年前
父节点
当前提交
9f68d17330
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      theory2.org

+ 2
- 2
theory2.org 查看文件

@@ -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



正在加载...
取消
保存