瀏覽代碼

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



Loading…
取消
儲存