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
- Host: GitHub
- URL: https://github.com/ad-vil/risc-v-4x4-matrix-multiplication
- Owner: ad-vil
- Created: 2024-04-26T13:20:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-26T13:27:22.000Z (about 1 year ago)
- Last Synced: 2025-03-15T05:14:52.113Z (about 1 month ago)
- Topics: assembly-language, risc-v64
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.