User Activity

Hi,I tried to write a piece of code involving multiplication and addition (a*b+c) hoping the compiler would automatically use the FMA (fused multiply-add) instruction. However, it seems to still decompose it into separate instructions, efsadd and efs...