Implementation notes: x86, leaf, crypto_sign/bls

Computer: leaf
Architecture: x86
CPU ID: unknown CPU ID
SUPERCOP version: 20160731
Operation: crypto_sign
Primitive: bls

Compiler output

Implementation: crypto_sign/bls/ref
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
mrarth1.c: mrarth1.c: In function 'mr_small mr_sdiv(bigtype*, mr_small, bigtype*)':
mrarth1.c: mrarth1.c:535: error: PIC register 'ebx' clobbered in 'asm'
mrarth1.c: mrarth1.c: In function 'void mr_pmul(bigtype*, mr_small, bigtype*)':
mrarth1.c: mrarth1.c:259: error: PIC register 'ebx' clobbered in 'asm'

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv ref
g++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv ref
g++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv ref
g++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv ref