14.01.2017, 10:00
Hey,
So, this is just something i am curious about, how do you usually calculate, with natives (floatsub, floatadd, floatdiv, floatmul) or using operators (-, +, /, *)? Leave a comment on why you use which one.
As for me, i have always used the operators, even though the are slower than the natives, since i never really thought the impact could be big. But, i think that i'll change my mind and start using the natives, at least in some cases, in loops with expensive calculations for example.
greetings Marcel
So, this is just something i am curious about, how do you usually calculate, with natives (floatsub, floatadd, floatdiv, floatmul) or using operators (-, +, /, *)? Leave a comment on why you use which one.
As for me, i have always used the operators, even though the are slower than the natives, since i never really thought the impact could be big. But, i think that i'll change my mind and start using the natives, at least in some cases, in loops with expensive calculations for example.
greetings Marcel