Is there some scenario where this made a difference?
it sounds like an optimization that a compiler should already do

5234:#if defined(AUDIO_USE_C_IMPLEMENTATION_DEFINED_BEHAVIOR) && 
defined(__GNUC__)
5235-                           *d++ += ((aint2_t)*s++) * track->volume >> 8;
5236-#else
5237-                           *d++ += ((aint2_t)*s++) * track->volume / 256;
5238-#endif

Reply via email to