Hi, I'm playing around with MPC5748G for some onboard matrix operation. To do so, I considered BLAS (https://github.com/flame/blis), an open-source linear algebra library in C99, as an option but I recently realized that building its library file is compatible with the target processor environment through the provided GCC cross compiler with EWL makes me spend excessive effort and time. For this reason, I'm now looking up alternatives to get around this difficulty; what is the most preferred way to carry out some matrix operation in MPC5748G? (I also thought about writing some required functions from scratch, but I put it as the last option to take as I might like to face numerous trial-and-error to achieve it; rather than trusting my own development ability, it would be conducive to rely on existing codes which has been verified by users.)