Implementation notes: amd64, r24000, crypto_kem/ramstakers216091

Computer: r24000
Microarchitecture: amd64; Coffee Lake (906ea)
Architecture: amd64
CPU ID: GenuineIntel-000906ea-bfebfbff
SUPERCOP version: 20240808
Operation: crypto_kem
Primitive: ramstakers216091
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
3941584038825 228 0230701 1788 1800T:refclang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024073120240716
3942551537716 228 0228045 1788 1800T:refclang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024073120240716
3946599141750 228 0233429 1788 1832T:refclang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024073120240716
3959264636898 256 0227477 1756 1800T:refgcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024073120240716
3971313320548 228 0209333 1788 1800T:refclang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024073120240716
3982794723534 256 0212853 1756 1800T:refgcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024073120240716
4093496919898 256 0208845 1756 1800T:refgcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024073120240716
4111725217263 228 0206811 1780 1832T:refclang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024073120240716
4292512117605 256 0205718 1756 1800T:refgcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024073120240716

Namespace violations


codec_rs.o codec_rs_decode T
codec_rs.o codec_rs_destroy T
codec_rs.o codec_rs_encode T
codec_rs.o codec_rs_init T
csprng.o csprng_generate T
csprng.o csprng_generate_ulong T
csprng.o csprng_init T
csprng.o csprng_print_state T
csprng.o csprng_seed T
gf256x.o gf256_antilogs R
gf256x.o gf256_dlogs R
gf256x.o gf256_exp T
gf256x.o gf256_inverse T
gf256x.o gf256_multiply T
gf256x.o gf256x_add T
gf256x.o gf256x_copy T
gf256x.o gf256x_destroy T
gf256x.o gf256x_divide T
gf256x.o gf256x_equals T
gf256x.o gf256x_eval T
gf256x.o gf256x_init T
gf256x.o gf256x_is_zero T
gf256x.o gf256x_multiply T
gf256x.o gf256x_multiply_constant_shift T
gf256x.o gf256x_one T
gf256x.o gf256x_print T
gf256x.o gf256x_xgcd T
gf256x.o gf256x_zero T
ramstake.o ramstake_ciphertext_destroy T
ramstake.o ramstake_ciphertext_init T
ramstake.o ramstake_decaps T
ramstake.o ramstake_encaps T
ramstake.o ramstake_export_ciphertext T
ramstake.o ramstake_export_public_key T
ramstake.o ramstake_export_secret_key T
ramstake.o ramstake_generate_g T
ramstake.o ramstake_import_ciphertext T
ramstake.o ramstake_import_public_key T
ramstake.o ramstake_import_secret_key T
ramstake.o ramstake_keygen T
ramstake.o ramstake_modulus_destroy T
ramstake.o ramstake_modulus_init T
ramstake.o ramstake_public_key_destroy T
ramstake.o ramstake_public_key_init T
ramstake.o ramstake_sample_sparse_integer T
ramstake.o ramstake_secret_key_destroy T
ramstake.o ramstake_secret_key_init T
reedsolomon.o generator_data D
reedsolomon.o generator_degree D
reedsolomon.o rs_decode T
reedsolomon.o rs_decode_error_free T
reedsolomon.o rs_decode_polynomial T
reedsolomon.o rs_encode T
reedsolomon.o rs_errors T
reedsolomon.o rs_formal_derivative T
reedsolomon.o rs_interrupted_euclidean T
reedsolomon.o rs_syndrome T

Number of similar (implementation,compiler) pairs: 9, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_16.0.6_(15))
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_16.0.6_(15))
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_16.0.6_(15))
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_16.0.6_(15))
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_16.0.6_(15))
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.2.0)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.2.0)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.2.0)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.2.0)