I must solve the problem of division inside nested loops in order to allow to Intel Compiler vectorization (using C / C++)
My question was concentrated about the vectorization issue, and not about the essence of the division.
Please read carefully, before categorizing the question.
Nor common search on the internet, nor Intel guides can give a concrete solution to that problem
My former question was formulated like this:
'How To Divide two float numbers without using the operator '/'. The result should be the float. '
Thanks