Many of the operators will be vectorised by the compiler because the c code is unambiguously operating on contiguous values in memory in many cases.
I do think it would be interesting to study the generated code to see what operators are being vectorised.
One approach may be to try to compile the core with the Intel c compiler. Versions 2015 and later can output extremely thorough optimisation reports.
Alastair
Sent from my Sony Xperia™ smartphone