Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 680 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 680 Bytes

DAXPY Loop Implementation

from Computer Architecture at UNED (2017)

General Info

Programming in the assembler language of the DLXV processor of different variants of the DAXPY (Double-precision A times X Plus Y) loop, which is part of the LINPACK performance test.

The DLXV processor is a variant of the DLX scalar processor to which vector processing capability has been added.

For more details visit:

Technologies

Project is created with:

  • Assembly
  • Notepad++
  • Git