akielaries / openGPMP

Hardware Accelerated General Purpose Mathematics Package
https://akielaries.github.io/openGPMP/
MIT License
8 stars 3 forks source link

separate source files for mtx.cpp #93

Closed akielaries closed 9 months ago

akielaries commented 11 months ago

Separate based on which ones are array vs vector based. pull from same header

akielaries commented 11 months ago
akielaries commented 11 months ago

depending on where we use intrinsics we should probably end up creating ISA ext specific files to house everything intrinsic related? other than mtx ops where else can we use them? keep in mind best performance

akielaries commented 9 months ago

This is done and progress is moved to #109 for now