projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6427a24
)
add branch prediction section
author
programmerjake
<programmerjake@web>
Mon, 2 Mar 2020 21:12:16 +0000
(21:12 +0000)
committer
IkiWiki
<ikiwiki.info>
Mon, 2 Mar 2020 21:12:16 +0000
(21:12 +0000)
resources.mdwn
patch
|
blob
|
history
diff --git
a/resources.mdwn
b/resources.mdwn
index 8f4df82ee89d35061c02a728869a5cda21671823..38058941d6a53d08af8649c70f30a5be141c2175 100644
(file)
--- a/
resources.mdwn
+++ b/
resources.mdwn
@@
-197,3
+197,7
@@
This list auto-generated from a page tag "standards":
## Adding new instructions:
* <https://archive.fosdem.org/2015/schedule/event/llvm_internal_asm/>
+
+# Branch Prediction
+
+* <https://danluu.com/branch-prediction/>