Implementation notes: mipso32, gcc23, crypto_aead/isapa128av20

Computer: gcc23
Microarchitecture: mipso32; Octeon II (cnmips64v2)
Architecture: mipso32
CPU ID: unknown CPU ID
SUPERCOP version: 20230530
Operation: crypto_aead
Primitive: isapa128av20

Compiler output

Implementation: T:bi_32
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
crypto_aead.c: crypto_aead.c: In function 'crypto_aead_isapa128av20_bi_32_timingleaks_decrypt':
crypto_aead.c: crypto_aead.c:48:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
crypto_aead.c: for(unsigned int i = 0; i < ISAP_TAG_SZ; i++) {
crypto_aead.c: ^
crypto_aead.c: crypto_aead.c:48:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32

Compiler output

Implementation: T:bi_32_armv6
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
crypto_aead.c: crypto_aead.c: In function 'crypto_aead_isapa128av20_bi_32_armv6_timingleaks_decrypt':
crypto_aead.c: crypto_aead.c:48:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
crypto_aead.c: for(unsigned int i = 0; i < ISAP_TAG_SZ; i++) {
crypto_aead.c: ^
crypto_aead.c: crypto_aead.c:48:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_armv6
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_armv6
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_armv6
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_armv6

Compiler output

Implementation: T:bi_32_armv6m
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
crypto_aead.c: crypto_aead.c: In function 'crypto_aead_isapa128av20_bi_32_armv6m_timingleaks_decrypt':
crypto_aead.c: crypto_aead.c:48:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
crypto_aead.c: for(unsigned int i = 0; i < ISAP_TAG_SZ; i++) {
crypto_aead.c: ^
crypto_aead.c: crypto_aead.c:48:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_armv6m
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_armv6m
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_armv6m
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_armv6m

Compiler output

Implementation: T:bi_32_armv6m_compact
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
crypto_aead.c: crypto_aead.c: In function 'crypto_aead_isapa128av20_bi_32_armv6m_compact_timingleaks_decrypt':
crypto_aead.c: crypto_aead.c:48:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
crypto_aead.c: for(unsigned int i = 0; i < ISAP_TAG_SZ; i++) {
crypto_aead.c: ^
crypto_aead.c: crypto_aead.c:48:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_armv6m_compact
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_armv6m_compact
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_armv6m_compact
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_armv6m_compact

Compiler output

Implementation: T:bi_32_armv6m_stp
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
crypto_aead.c: crypto_aead.c: In function 'crypto_aead_isapa128av20_bi_32_armv6m_stp_timingleaks_decrypt':
crypto_aead.c: crypto_aead.c:49:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
crypto_aead.c: for (int i = 0; i < 16; i++)
crypto_aead.c: ^
crypto_aead.c: crypto_aead.c:49:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_armv6m_stp
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_armv6m_stp
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_armv6m_stp
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_armv6m_stp

Compiler output

Implementation: T:bi_32_armv7m
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
crypto_aead.c: crypto_aead.c: In function 'crypto_aead_isapa128av20_bi_32_armv7m_timingleaks_decrypt':
crypto_aead.c: crypto_aead.c:48:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
crypto_aead.c: for(unsigned int i = 0; i < ISAP_TAG_SZ; i++) {
crypto_aead.c: ^
crypto_aead.c: crypto_aead.c:48:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_armv7m
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_armv7m
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_armv7m
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_armv7m

Compiler output

Implementation: T:bi_32_compact
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
crypto_aead.c: crypto_aead.c: In function 'crypto_aead_isapa128av20_bi_32_compact_timingleaks_decrypt':
crypto_aead.c: crypto_aead.c:48:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
crypto_aead.c: for(unsigned int i = 0; i < ISAP_TAG_SZ; i++) {
crypto_aead.c: ^
crypto_aead.c: crypto_aead.c:48:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_compact
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_compact
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_compact
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_compact

Compiler output

Implementation: T:bi_32_stp
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
crypto_aead.c: crypto_aead.c: In function 'crypto_aead_isapa128av20_bi_32_stp_timingleaks_decrypt':
crypto_aead.c: crypto_aead.c:49:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
crypto_aead.c: for (int i = 0; i < 16; i++)
crypto_aead.c: ^
crypto_aead.c: crypto_aead.c:49:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_stp
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_stp
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_stp
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_32_stp

Compiler output

Implementation: T:bi_8
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
crypto_aead.c: crypto_aead.c: In function 'crypto_aead_isapa128av20_bi_8_timingleaks_decrypt':
crypto_aead.c: crypto_aead.c:48:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
crypto_aead.c: for(unsigned int i = 0; i < ISAP_TAG_SZ; i++) {
crypto_aead.c: ^
crypto_aead.c: crypto_aead.c:48:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_8
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_8
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_8
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:bi_8

Compiler output

Implementation: T:opt_32
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
crypto_aead.c: crypto_aead.c: In function 'crypto_aead_isapa128av20_opt_32_timingleaks_decrypt':
crypto_aead.c: crypto_aead.c:48:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
crypto_aead.c: for(unsigned int i = 0; i < ISAP_TAG_SZ; i++) {
crypto_aead.c: ^
crypto_aead.c: crypto_aead.c:48:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_32
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_32
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_32
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_32

Compiler output

Implementation: T:opt_32_compact
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
crypto_aead.c: crypto_aead.c: In function 'crypto_aead_isapa128av20_opt_32_compact_timingleaks_decrypt':
crypto_aead.c: crypto_aead.c:48:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
crypto_aead.c: for(unsigned int i = 0; i < ISAP_TAG_SZ; i++) {
crypto_aead.c: ^
crypto_aead.c: crypto_aead.c:48:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_32_compact
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_32_compact
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_32_compact
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_32_compact

Compiler output

Implementation: T:opt_32_stp
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
crypto_aead.c: crypto_aead.c: In function 'crypto_aead_isapa128av20_opt_32_stp_timingleaks_decrypt':
crypto_aead.c: crypto_aead.c:49:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
crypto_aead.c: for (int i = 0; i < 16; i++)
crypto_aead.c: ^
crypto_aead.c: crypto_aead.c:49:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_32_stp
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_32_stp
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_32_stp
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_32_stp

Compiler output

Implementation: T:opt_32_tiny
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
crypto_aead.c: crypto_aead.c: In function 'crypto_aead_isapa128av20_opt_32_tiny_timingleaks_decrypt':
crypto_aead.c: crypto_aead.c:48:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
crypto_aead.c: for(unsigned int i = 0; i < ISAP_TAG_SZ; i++) {
crypto_aead.c: ^
crypto_aead.c: crypto_aead.c:48:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_32_tiny
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_32_tiny
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_32_tiny
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_32_tiny

Compiler output

Implementation: T:opt_64
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
crypto_aead.c: crypto_aead.c: In function 'crypto_aead_isapa128av20_opt_64_timingleaks_decrypt':
crypto_aead.c: crypto_aead.c:48:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
crypto_aead.c: for(unsigned int i = 0; i < ISAP_TAG_SZ; i++) {
crypto_aead.c: ^
crypto_aead.c: crypto_aead.c:48:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_64
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_64
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_64
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_64

Compiler output

Implementation: T:opt_8
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
crypto_aead.c: crypto_aead.c: In function 'crypto_aead_isapa128av20_opt_8_timingleaks_decrypt':
crypto_aead.c: crypto_aead.c:48:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
crypto_aead.c: for(unsigned int i = 0; i < ISAP_TAG_SZ; i++) {
crypto_aead.c: ^
crypto_aead.c: crypto_aead.c:48:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_8
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_8
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_8
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_8

Compiler output

Implementation: T:opt_8_tiny
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
crypto_aead.c: crypto_aead.c: In function 'crypto_aead_isapa128av20_opt_8_tiny_timingleaks_decrypt':
crypto_aead.c: crypto_aead.c:48:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
crypto_aead.c: for(unsigned int i = 0; i < ISAP_TAG_SZ; i++) {
crypto_aead.c: ^
crypto_aead.c: crypto_aead.c:48:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_8_tiny
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_8_tiny
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_8_tiny
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:opt_8_tiny

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
crypto_aead.c: crypto_aead.c: In function 'crypto_aead_isapa128av20_ref_timingleaks_decrypt':
crypto_aead.c: crypto_aead.c:48:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
crypto_aead.c: for(unsigned int i = 0; i < ISAP_TAG_SZ; i++) {
crypto_aead.c: ^
crypto_aead.c: crypto_aead.c:48:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
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