intel / intel-ipsec-mb

Intel(R) Multi-Buffer Crypto for IPSec
BSD 3-Clause "New" or "Revised" License
288 stars 88 forks source link

NASM 2.16 produces incorrect dependecies #127

Closed tkanteck closed 3 months ago

tkanteck commented 1 year ago

NASM 2.16 adds support for new instruction but it seems to produce incomplete dependencies - see https://bugzilla.nasm.us/show_bug.cgi?id=3392832

This can also be observed with the library on Windows and Linux (FreeBSD probably too).

Example steps to reproduce:

tkanteck commented 11 months ago

NASM PR addressing this problem https://github.com/netwide-assembler/nasm/pull/80

tkanteck commented 3 months ago

NASM 2.16.02 release fixes the problem