Exactly. Lerp compiled to i386 assembler without any optimization is just 4 instructions (not counting function parameter handling), while LerpStable translates to 6 instructions (one additional push to the FPU register stack, and one additional multiplication).
1 Like