An open API service indexing awesome lists of open source software.

https://github.com/ad-vil/risc-v-4x4-matrix-multiplication

A program displaying a 4x4 Matrix Multiplication in RISC-V Assembly Code
https://github.com/ad-vil/risc-v-4x4-matrix-multiplication

assembly-language risc-v64

Last synced: about 1 month ago
JSON representation

A program displaying a 4x4 Matrix Multiplication in RISC-V Assembly Code

Awesome Lists containing this project

README

        

# RISC-V 4x4 Matrix Multiplication

**This program is written in RISC-V assembly language and is designed to perform 4x4 matrix multiplication. It takes two input matrices, each represented as a 4x4 array of integers, and produces the result of their multiplication as output.**

Description
Matrix multiplication is a fundamental operation in linear algebra and finds applications in various fields, including computer graphics, physics simulations, and machine learning. This program implements a basic matrix multiplication algorithm specifically tailored for 4x4 matrices using RISC-V assembly language.

Input Format
The input matrices should be provided in the same format as the original code, you can change the numbers to your liking.]

Contributing
Contributions are welcome! If you find any bugs or want to suggest improvements, feel free to open an issue or submit a pull request.