add branch prediction section
authorprogrammerjake <programmerjake@web>
Mon, 2 Mar 2020 21:12:16 +0000 (21:12 +0000)
committerIkiWiki <ikiwiki.info>
Mon, 2 Mar 2020 21:12:16 +0000 (21:12 +0000)
resources.mdwn

index 8f4df82ee89d35061c02a728869a5cda21671823..38058941d6a53d08af8649c70f30a5be141c2175 100644 (file)
@@ -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/>