Closed rofl0r closed 6 years ago
i suspect it's due to our use of -std=c99 (since asm is not a keyword in ISO C)
There are asm
macros in crypto/tc/tomcrypt_macros.h
too.
Actually they mix asm
and __asm__
in that header.
wrong alert. by default it builds fine, it's just that i had put -std=c99 explicitly into CFLAGS in my recipe to workaround an earlier issue. one could eventually contact the tomsfastmath team about getting their code compatible with std=c99 too...
the following fixes it
the joys of using asm for speed, you have to test on any supported platform :(