Yasm 1.3.0 (Like nasm, but it embeds debug symbols into the asm code
on Windows) reports:

poly1305-x86_64.asm(456): warning : value does not fit in 32 bit field
poly1305-x86_64.asm(459): warning : value does not fit in 32 bit field
poly1305-x86_64.asm(1346): warning : value does not fit in 32 bit field
poly1305-x86_64.asm(1349): warning : value does not fit in 32 bit field


For these lines:
    and \$`-1<<31`,$d1
    and \$`-1<<31`,$d2
    and \$`-1<<31`,$d1
    and \$`-1<<31`,$d2

I'm not sure what approach is preferable to silence these warnings though.

Cheers,
Brian
-- 
https://briansmith.org/
-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to