Skip to content

Commit 2ad129d

Browse files
authored
Added a few links in readme
1 parent 3ef01e7 commit 2ad129d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ Before you start working on lab assignments, make sure you read [Get Started pag
1616
* [Data Packing](labs/memory_bound/data_packing)
1717
* [Loop Interchange 1](labs/memory_bound/loop_interchange_1)
1818
* [Loop Interchange 2](labs/memory_bound/loop_interchange_2)
19-
* Core Bound:
19+
* [Core Bound](labs/core_bound):
2020
* [Vectorization 1](labs/core_bound/vectorization_1)
2121
* [Vectorization 2](labs/core_bound/vectorization_2)
2222
* [Function Inlining 1](labs/core_bound/function_inlining_1)
2323
* [Compiler Intrinsics 1](labs/core_bound/compiler_intrinsics_1)
24-
* Bad Speculation:
24+
* [Bad Speculation](labs/bad_speculation):
2525
* [Conditional Store 1](labs/bad_speculation/conditional_store_1)
26+
* [C++ Virtual Calls](labs/bad_speculation/virtual_call_mispredict)
2627
* CPU Frontend Bound:
2728
* Data-Driven optimizations:
2829
* Misc:

0 commit comments

Comments
 (0)