Recently, the log10 and powf functions of math.h are needed in the project, but CPU is a bit unbearable. Our data is floating-point, so it's troublesome.

recently, the log10 and powf functions in math.h are needed in the project, but CPU is a bit unbearable. Our data are all floating-point, so it is troublesome to find exponents and logarithms. If you want to optimize, the optimization effect is better than the library functions in math.h

.
C
May.25,2022
Menu