hello
Call motor library MLIB after enabling hardware floating point operation on S32K144 Is there a difference in performance between MLIB_Mul(a, b) and direct use of a * b?
In my actual experiments, the performance of a * b is actually higher, which I cannot understand
Thanks!