I have built and installed mpir/mpfr on Visual Studio 2015. After that using 
the multiplication function mpz_mul () I get the multiplied result. Also I have 
benchmarked the execution time of mpz_mul corresponding to different sizes of 
input fed to this mpz_mul.
Now using Release mode gives much faster result than Debug mode. And Google 
search showed that probably Release mode uses some vectorised instructions of 
mpir, which makes faster computation possible? Is it truly the case that is 
vectorised instruction (AVX) gives faster results or there is some other reason?

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mpir-devel+unsubscr...@googlegroups.com.
To post to this group, send email to mpir-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/mpir-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to