Hi, I've written a simple function so I can clamp independently the elements of a vector. I am just wondering if a function like this would be faster if it was part of the engine instruction set?

clampv(VECTOR to return, VECTOR to clamp, var lower A, var lower B, var lower C, var upper A ,var upper B,var upper C);

Thanks
Mal