Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions content/english/hpc/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@ Planned table of contents:
1.3. Models of Computation
1.4. When to Optimize
2. Computer Architecture
1.1. Instruction Set Architectures
1.2. Assembly Language
1.3. Loops and Conditionals
1.4. Functions and Recursion
1.5. Indirect Branching
1.6. Machine Code Layout
1.7. System Calls
1.8. Virtualization
2.1. Instruction Set Architectures
2.2. Assembly Language
2.3. Loops and Conditionals
2.4. Functions and Recursion
2.5. Indirect Branching
2.6. Machine Code Layout
2.7. System Calls
2.8. Virtualization
3. Instruction-Level Parallelism
3.1. Pipeline Hazards
3.2. The Cost of Branching
Expand Down