Implementation notes: amd64, hydra7, crypto_aead/wheeshtv1mr5fr7t256

Computer: hydra7
Microarchitecture: amd64; Sandy Bridge+AES (206a7)
Architecture: amd64
CPU ID: GenuineIntel-000206a7-bfebfbff
SUPERCOP version: 20240625
Operation: crypto_aead
Primitive: wheeshtv1mr5fr7t256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
7432810226 0 025652 820 1088T:refgcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625
7442311047 0 027756 820 1088T:refgcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625
746038777 0 022535 796 1056T:refgcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625
759499869 0 025052 820 1088T:refgcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062620240625

Compiler output


encrypt.c: encrypt.c: In function 'crypto_aead_wheeshtv1mr5fr7t256_ref_timingleaks_encrypt':
encrypt.c: encrypt.c:286:18: warning: unused variable 'ad_block1' [-Wunused-variable]
encrypt.c:   286 |         uint64_t ad_block1 = 0LLU; // Obviously we'll never get this far, more for the sake of completeness
encrypt.c:       |                  ^~~~~~~~~
encrypt.c: encrypt.c:284:18: warning: unused variable 'm_block1' [-Wunused-variable]
encrypt.c:   284 |         uint64_t m_block1 = 0LLU; // Obviously we'll never get this far, more for the sake of completeness
encrypt.c:       |                  ^~~~~~~~
encrypt.c: encrypt.c: In function 'crypto_aead_wheeshtv1mr5fr7t256_ref_timingleaks_decrypt':
encrypt.c: encrypt.c:576:18: warning: unused variable 'ad_block1' [-Wunused-variable]
encrypt.c:   576 |         uint64_t ad_block1 = 0LLU; // Obviously we'll never get this far, more for the sake of completeness
encrypt.c:       |                  ^~~~~~~~~
encrypt.c: encrypt.c:574:18: warning: unused variable 'm_block1' [-Wunused-variable]
encrypt.c:   574 |         uint64_t m_block1 = 0LLU; // Obviously we'll never get this far, more for the sake of completeness
encrypt.c:       |                  ^~~~~~~~

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)