Dear Team,
I want to know the execution time of math library function(MUL,Div etc.) as compare to normal multiplication, division operation. Is the MLIB library execution time is less than normal math operation?
I have observed that MLIB_Div function takes more execution time than normal division. Is it correct?
I want to know that what are the advantages if I use the library function(MUL,Div) instead of normal operation.
Thank You in advance.