New comment by r-ricci on void-packages repository https://github.com/void-linux/void-packages/pull/37940#issuecomment-1188297304 Comment: The readme also says: ``` USE_JWASM=1 use JWasm assembler instead of Asmc. Note that JWasm doesn't support AES instructions. So AES code from C version AesOpt.c will be used instead of assembler code from AesOpt.asm. ``` but `uasm` claims to support AES instructions.