aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/mmult/mmult.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed consistency between the different tests mmult, prng and sortCyril SIX2018-11-091-19/+25
|
* MPPA - mmult and sort Makefile now check on ccomp versionCyril SIX2018-04-261-1/+1
|
* MPPA - Oshrximm + Mgetparam + FP is GPR10 + bugCyril SIX2018-04-201-17/+17
| | | | | | | | | | | Added Oshrximm and Mgetparam -> mmult.c divide & conqueer generates FP is now GPR10 instead of being a mix of GPR30 and GPR32 Corrected a bug where Pgoto and Pj_l were given the same interpretation, where in fact there's a fundamental difference : Pgoto is supposed to have a function name (symbol), while Pj_l is supposed to have a label name (print_label). This led to having undefinite labels in the code.
* MPPA - Added divide & conqueer test matmulCyril SIX2018-04-181-2/+86
|
* MPPA - added Oaddrsymbol -> now able to run the matrix mult testCyril SIX2018-04-181-0/+2
|
* MPPA - added a Matrix Multiply testCyril SIX2018-04-181-0/+54