Open tkanteck opened 1 year ago
The next release will require NASM 2.16.02
If there are any potential problems with it then please let us know here
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:
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