You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the time being, build system has been updated to work with NASM 2.14 and 2.16 producing different binaries and delivering different performance levels on some hardware platforms.
Going forward, in order to produce binary with consistent performance and use required instructions it will be necessary to change minimum required NASM version from 2.14 to NASM 2.16
The text was updated successfully, but these errors were encountered:
Can I know what could be impacted if my NASM is 2.15.3 while I see this warning:
NASM 'nasm' version: 2.15.03
Makefile:102: Minimum required NASM version for AVX-IFMA: 2.16. AVX-IFMA code not compiled - update NASM.
AVX-IFMA is only used for POLY1305 in the library.
There is only performance impact. AVX-IFMA based POLY1305 implementation is faster.
There is no impact as long as:
poly1305 is not used or its performance is not critical
platform being used doesn't support AVX-IFMA instructions
For the time being, build system has been updated to work with NASM 2.14 and 2.16 producing different binaries and delivering different performance levels on some hardware platforms.
Going forward, in order to produce binary with consistent performance and use required instructions it will be necessary to change minimum required NASM version from 2.14 to NASM 2.16
The text was updated successfully, but these errors were encountered: