Implementation notes: aarch64, minimac, crypto_aead/simonjambu128v2

Computer: minimac
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20211108
Operation: crypto_aead
Primitive: simonjambu128v2

Test failure

Implementation: T:ref
Security model: timingleaks
Compiler: clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
error 111
crypto_aead_decrypt returns nonzero

Number of similar (compiler,implementation) pairs: 5, namely:
CompilerImplementations
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
encrypt_simon128.c: encrypt_simon128.c:219:12: warning: & has lower precedence than !=; != will be evaluated first [-Wparentheses]
encrypt_simon128.c: if ((mlen & (PBS-1) != 0)) {
encrypt_simon128.c: ^~~~~~~~~~~~~~
encrypt_simon128.c: encrypt_simon128.c:219:12: note: place parentheses around the '!=' expression to silence this warning
encrypt_simon128.c: if ((mlen & (PBS-1) != 0)) {
encrypt_simon128.c: ^
encrypt_simon128.c: ( )
encrypt_simon128.c: encrypt_simon128.c:219:12: note: place parentheses around the & expression to evaluate it first
encrypt_simon128.c: if ((mlen & (PBS-1) != 0)) {
encrypt_simon128.c: ^
encrypt_simon128.c: ( )
encrypt_simon128.c: 1 warning generated.
try.c: ld: warning: ld: warning: object file (/Users/djb/supercop-20210529/supercop-data/minimac/aarch64/lib/cpucycles.o) was built for newer macOS version (11.3) than being linked (11.0)
try.c: object file (/Users/djb/supercop-20210529/supercop-data/minimac/aarch64/lib/kernelrandombytes.o) was built for newer macOS version (11.3) than being linked (11.0)
try.c: ld: warning: could not create compact unwind for _init: registers 21 and 22 not saved contiguously in frame

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref