Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

avx registers for 64 bits numbers

abdiel_sam
Beginner
978 Views

Hi to everyone!

 

I am trying to compute a long array with double-precision floats (64 bits) in Fortran. I know there are 16 avx registers of 256bits. If I use those registers for my computations, I will have unused space. Is there an option to optimize that space? An option is to mask four floating numbers to use a single register, but it's a little bit...tricky.

 

Thanks!   

 

0 Kudos
0 Replies
Reply