View on GitHub

Computer Architecture and Operating Systems

Course taught at Faculty of Computer Science of Higher School of Economics

Lecture 13

Data-Level Parallelism

Lecture

Slides (PDF, PPTX).

Outline:

TODO

Workshop

Outline

Examples

NOTE: The ld and sd instructions are 64-bit load and store correspondingly. They are available in the 64-bit version of RISC-V and 64-bit mode of RARS. To enable 64-bit mode in RARS, tick the checkbox in the Setting | 64-bit menu item. This will make all general-purpose registers 64-bit wide. The ld and sd instructions work in the same way as lw and sw, the only difference is the data size that becomes 64 bits (or 8 bytes). See the “Chapter 7. RV64I Base Integer Instruction Set” in the RISC-V instruction set manual for details.

Tasks

Homework

TODO

References