Fastest precise way to convert a vector of integers into floats between 0 and 1
Consider a randomly generated __m256i vector. Is there a faster precise way to convert them into __m256 vector of floats between 0 (inclusively) and 1 (exclusively) than division by float(1ull<<32)?
Aucun commentaire:
Enregistrer un commentaire