Skip to content

Assembly implementation of matrix | scalar operations

HARDY FLORENT requested to merge feat-assembly-scalar-matrix-operations into main

Assembly implementation of operations where operands are of heterogeneous types : scalar and matrix.

Arguments are loaded from the stack and resulting matrix is filled with corresponding operations results.

Merge request reports