[multirhstest] Do not use AlignedAllocator unless needed.
The AlignedAllocator
was used for the matrix, however the matrix does not
actually contain SIMD types, so alignment is unnecessary.
Edited by Jö Fahlke
The AlignedAllocator
was used for the matrix, however the matrix does not
actually contain SIMD types, so alignment is unnecessary.