Integer arithmetic with Accelerate

Almost all the functions in Accelerate are for single precision (Float) and double precision (Double) operations. However, I stumbled upon three integer arithmetic functions which operate on Int32 values. Are there any more functions in Accelerate that operate on integer values? If not, then why aren't there more functions that work with integers?

Hi, there are a few more than three:

vDSP_vaddi
vDSP_vdivi
vDSP_vabsi
vDSP_veqvi
vDSP_vfilli
vDSP_vsaddi
vDSP_vsdivi

Please feel free to file request an enhancement request if there's something missing that you need.

Integer arithmetic with Accelerate
 
 
Q