Closed polluxsynth closed 9 years ago
Really minor thing this time in the wake of pull request #44: replace three instances of int32_t divide operations with multiply and shift.
I still had this lying around in my repository, probably won't make much of a difference to execution speed, but at least it gets rid of a couple of 32-bit divisions.
Really minor thing this time in the wake of pull request #44: replace three instances of int32_t divide operations with multiply and shift.