[Page version: 20250927 20:45:55]
Measurements for ppc64, power9, crypto_sign Test results for ppc64, power9, crypto_sign Test results for crypto_sign/rainbow5cclassic963664| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
|---|---|---|---|---|---|---|
| 6383521 | 159331 8 52 | 228953 708 2096 | T:ref | gcc -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 6580118 | 154431 8 52 | 223777 708 2096 | T:ref | gcc -mcpu=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 6597270 | 154431 8 52 | 223777 708 2096 | T:ref | gcc -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 7496185 | 113824 8 52 | 182035 700 2048 | T:ref | clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | 20210422 | 20210326 |
| 7509570 | 117416 8 52 | 183859 700 2048 | T:ref | clang -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | 20210422 | 20210326 |
| 7510634 | 117416 8 52 | 183859 700 2048 | T:ref | clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | 20210422 | 20210326 |
| 7760764 | 249560 16 104 | 193315 700 2048 | T:ref | clang -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | 20210422 | 20210326 |
| 7785148 | 124780 8 52 | 193315 700 2048 | T:ref | clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | 20210422 | 20210326 |
| 13606432 | 61987 8 52 | 130201 708 2064 | T:ref | gcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 13615963 | 61987 8 52 | 130201 708 2064 | T:ref | gcc -mcpu=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 13792258 | 62067 8 52 | 130333 708 2064 | T:ref | gcc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 14236995 | 60428 8 52 | 124957 692 2048 | T:ref | clang -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | 20210422 | 20210326 |
| 14241687 | 60428 8 52 | 124957 692 2048 | T:ref | clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | 20210422 | 20210326 |
| 15226614 | 62383 8 52 | 129733 708 2064 | T:ref | gcc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 15403228 | 62475 8 52 | 129825 708 2064 | T:ref | gcc -mcpu=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 15407250 | 62475 8 52 | 129825 708 2064 | T:ref | gcc -mcpu=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 42872287 | 34768 8 52 | 101089 700 2056 | T:ref | gcc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 42937895 | 34804 8 52 | 101105 700 2056 | T:ref | gcc -mcpu=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 43004621 | 34804 8 52 | 101105 700 2056 | T:ref | gcc -mcpu=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 61691962 | 39356 8 52 | 104301 692 2048 | T:ref | clang -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | 20210422 | 20210326 |
| 61693608 | 39356 8 52 | 104301 692 2048 | T:ref | clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | 20210422 | 20210326 |
utils.c: utils.c:44:13: warning: result of comparison of constant -1 with expression of type 'char' is always true [-Wtautological-constant-out-of-range-compare]
utils.c: while( EOF != c0 ) {
utils.c: ~~~ ^ ~~
utils.c: utils.c:53:11: warning: result of comparison of constant -1 with expression of type 'char' is always false [-Wtautological-constant-out-of-range-compare]
utils.c: if( EOF == c0 ) break;
utils.c: ~~~ ^ ~~
utils.c: utils.c:54:11: warning: result of comparison of constant -1 with expression of type 'char' is always false [-Wtautological-constant-out-of-range-compare]
utils.c: if( EOF == c1 ) break;
utils.c: ~~~ ^ ~~
utils.c: 3 warnings generated.| Implementation | Compiler |
| T:ref | clang -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |
| T:ref | clang -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |
| T:ref | clang -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |
| T:ref | clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |
| T:ref | clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |
| T:ref | clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |
| T:ref | clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |
| T:ref | clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |
utils.c: utils.c:44:13: warning: result of comparison of constant -1 with expression of type 'char' is always true [-Wtautological-constant-out-of-range-compare]
utils.c: while( EOF != c0 ) {
utils.c: ~~~ ^ ~~
utils.c: utils.c:53:11: warning: result of comparison of constant -1 with expression of type 'char' is always false [-Wtautological-constant-out-of-range-compare]
utils.c: if( EOF == c0 ) break;
utils.c: ~~~ ^ ~~
utils.c: utils.c:54:11: warning: result of comparison of constant -1 with expression of type 'char' is always false [-Wtautological-constant-out-of-range-compare]
utils.c: if( EOF == c1 ) break;
utils.c: ~~~ ^ ~~
utils.c: 3 warnings generated.
utils.c: utils.c:44:13: warning: result of comparison of constant -1 with expression of type 'char' is always true [-Wtautological-constant-out-of-range-compare]
utils.c: while( EOF != c0 ) {
utils.c: ~~~ ^ ~~
utils.c: utils.c:53:11: warning: result of comparison of constant -1 with expression of type 'char' is always false [-Wtautological-constant-out-of-range-compare]
utils.c: if( EOF == c0 ) break;
utils.c: ~~~ ^ ~~
utils.c: utils.c:54:11: warning: result of comparison of constant -1 with expression of type 'char' is always false [-Wtautological-constant-out-of-range-compare]
utils.c: if( EOF == c1 ) break;
utils.c: ~~~ ^ ~~
utils.c: 3 warnings generated.| Implementation | Compiler |
| T:ref | clang -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |
blas_comm.o gf256v_is_zero T blas_comm.o gf256v_set_zero T blas_matrix.o gf16mat_inv_32x32 T blas_matrix.o gf16mat_prod T blas_matrix.o gf16mat_solve_linear_eq_32x32 T blas_matrix.o gf256mat_inv_32x32 T blas_matrix.o gf256mat_inv_36x36 T blas_matrix.o gf256mat_prod T blas_matrix.o gf256mat_solve_linear_eq_48x48 T blas_matrix.o gf256mat_solve_linear_eq_64x64 T blas_matrix_ref.o gf16mat_inv_32x32_ref T blas_matrix_ref.o gf16mat_prod_ref T blas_matrix_ref.o gf16mat_solve_linear_eq_32x32_ref T blas_matrix_ref.o gf256mat_inv_32x32_ref T blas_matrix_ref.o gf256mat_inv_36x36_ref T blas_matrix_ref.o gf256mat_prod_ref T blas_matrix_ref.o gf256mat_solve_linear_eq_48x48_ref T blas_matrix_ref.o gf256mat_solve_linear_eq_64x64_ref T parallel_matrix_op.o UpperTrianglize T parallel_matrix_op.o batch_2trimat_madd_gf16 T parallel_matrix_op.o batch_2trimat_madd_gf256 T parallel_matrix_op.o batch_bmatTr_madd_gf16 T parallel_matrix_op.o batch_bmatTr_madd_gf256 T parallel_matrix_op.o batch_matTr_madd_gf16 T parallel_matrix_op.o batch_matTr_madd_gf256 T parallel_matrix_op.o batch_mat_madd_gf16 T parallel_matrix_op.o batch_mat_madd_gf256 T parallel_matrix_op.o batch_quad_recmat_eval_gf16 T parallel_matrix_op.o batch_quad_recmat_eval_gf256 T parallel_matrix_op.o batch_quad_trimat_eval_gf16 T parallel_matrix_op.o batch_quad_trimat_eval_gf256 T parallel_matrix_op.o batch_trimatTr_madd_gf16 T parallel_matrix_op.o batch_trimatTr_madd_gf256 T parallel_matrix_op.o batch_trimat_madd_gf16 T parallel_matrix_op.o batch_trimat_madd_gf256 T rainbow.o rainbow_sign T rainbow.o rainbow_sign_cyclic T rainbow.o rainbow_verify T rainbow.o rainbow_verify_cyclic T rainbow_keypair.o cpk_to_pk T rainbow_keypair.o generate_compact_keypair_cyclic T rainbow_keypair.o generate_keypair T rainbow_keypair.o generate_keypair_cyclic T rainbow_keypair.o generate_secretkey T rainbow_keypair.o generate_secretkey_cyclic T rainbow_keypair.o sk_to_pk T rainbow_keypair_computation.o calculate_Q_from_F T rainbow_keypair_computation.o calculate_Q_from_F_cyclic T rainbow_keypair_computation.o crypto_core T rainbow_keypair_computation.o extcpk_to_pk T rainbow_publicmap.o rainbow_publicmap T rainbow_publicmap.o rainbow_publicmap_cpk T rng.o AES256_CTR_DRBG_Update T rng.o AES256_ECB T rng.o DRBG_ctx B rng.o handleErrors T rng.o randombytes_init T rng.o randombytes_init_with_state T rng.o randombytes_with_state T rng.o seedexpander T rng.o seedexpander_init T utils.o byte_fdump T utils.o byte_fget T utils.o byte_from_binfile T utils.o byte_from_file T utils.o byte_read_file T utils_hash.o hash_msg T utils_prng.o prng_gen T utils_prng.o prng_set T
| Implementation | Compiler |
| T:ref | clang -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |
| T:ref | clang -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |
| T:ref | clang -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |
| T:ref | clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |
| T:ref | clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |
| T:ref | clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |
| T:ref | clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |
| T:ref | clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |
| T:ref | gcc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0) |
| T:ref | gcc -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0) |
| T:ref | gcc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0) |
| T:ref | gcc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0) |
| T:ref | gcc -mcpu=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0) |
| T:ref | gcc -mcpu=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0) |
| T:ref | gcc -mcpu=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE |
| T:ref | gcc -mcpu=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0) |
| T:ref | gcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0) |
| T:ref | gcc -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0) |
| T:ref | gcc -mcpu=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0) |
| T:ref | gcc -mcpu=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0) |
blas_comm.o gf256v_is_zero T blas_comm.o gf256v_is_zero T blas_comm.o gf256v_set_zero T blas_comm.o gf256v_set_zero T blas_matrix.o gf16mat_inv_32x32 T blas_matrix.o gf16mat_inv_32x32 T blas_matrix.o gf16mat_prod T blas_matrix.o gf16mat_prod T blas_matrix.o gf16mat_solve_linear_eq_32x32 T blas_matrix.o gf16mat_solve_linear_eq_32x32 T blas_matrix.o gf256mat_inv_32x32 T blas_matrix.o gf256mat_inv_32x32 T blas_matrix.o gf256mat_inv_36x36 T blas_matrix.o gf256mat_inv_36x36 T blas_matrix.o gf256mat_prod T blas_matrix.o gf256mat_prod T blas_matrix.o gf256mat_solve_linear_eq_48x48 T blas_matrix.o gf256mat_solve_linear_eq_48x48 T blas_matrix.o gf256mat_solve_linear_eq_64x64 T blas_matrix.o gf256mat_solve_linear_eq_64x64 T blas_matrix_ref.o gf16mat_inv_32x32_ref T blas_matrix_ref.o gf16mat_inv_32x32_ref T blas_matrix_ref.o gf16mat_prod_ref T blas_matrix_ref.o gf16mat_prod_ref T blas_matrix_ref.o gf16mat_solve_linear_eq_32x32_ref T blas_matrix_ref.o gf16mat_solve_linear_eq_32x32_ref T blas_matrix_ref.o gf256mat_inv_32x32_ref T blas_matrix_ref.o gf256mat_inv_32x32_ref T blas_matrix_ref.o gf256mat_inv_36x36_ref T blas_matrix_ref.o gf256mat_inv_36x36_ref T blas_matrix_ref.o gf256mat_prod_ref T blas_matrix_ref.o gf256mat_prod_ref T blas_matrix_ref.o gf256mat_solve_linear_eq_48x48_ref T blas_matrix_ref.o gf256mat_solve_linear_eq_48x48_ref T blas_matrix_ref.o gf256mat_solve_linear_eq_64x64_ref T blas_matrix_ref.o gf256mat_solve_linear_eq_64x64_ref T parallel_matrix_op.o UpperTrianglize T parallel_matrix_op.o UpperTrianglize T parallel_matrix_op.o batch_2trimat_madd_gf16 T parallel_matrix_op.o batch_2trimat_madd_gf16 T parallel_matrix_op.o batch_2trimat_madd_gf256 T parallel_matrix_op.o batch_2trimat_madd_gf256 T parallel_matrix_op.o batch_bmatTr_madd_gf16 T parallel_matrix_op.o batch_bmatTr_madd_gf16 T parallel_matrix_op.o batch_bmatTr_madd_gf256 T parallel_matrix_op.o batch_bmatTr_madd_gf256 T parallel_matrix_op.o batch_matTr_madd_gf16 T parallel_matrix_op.o batch_matTr_madd_gf16 T parallel_matrix_op.o batch_matTr_madd_gf256 T parallel_matrix_op.o batch_matTr_madd_gf256 T parallel_matrix_op.o batch_mat_madd_gf16 T parallel_matrix_op.o batch_mat_madd_gf16 T parallel_matrix_op.o batch_mat_madd_gf256 T parallel_matrix_op.o batch_mat_madd_gf256 T parallel_matrix_op.o batch_quad_recmat_eval_gf16 T parallel_matrix_op.o batch_quad_recmat_eval_gf16 T parallel_matrix_op.o batch_quad_recmat_eval_gf256 T parallel_matrix_op.o batch_quad_recmat_eval_gf256 T parallel_matrix_op.o batch_quad_trimat_eval_gf16 T parallel_matrix_op.o batch_quad_trimat_eval_gf16 T parallel_matrix_op.o batch_quad_trimat_eval_gf256 T parallel_matrix_op.o batch_quad_trimat_eval_gf256 T parallel_matrix_op.o batch_trimatTr_madd_gf16 T parallel_matrix_op.o batch_trimatTr_madd_gf16 T parallel_matrix_op.o batch_trimatTr_madd_gf256 T parallel_matrix_op.o batch_trimatTr_madd_gf256 T parallel_matrix_op.o batch_trimat_madd_gf16 T parallel_matrix_op.o batch_trimat_madd_gf16 T parallel_matrix_op.o batch_trimat_madd_gf256 T parallel_matrix_op.o batch_trimat_madd_gf256 T rainbow.o rainbow_sign T rainbow.o rainbow_sign T rainbow.o rainbow_sign_cyclic T rainbow.o rainbow_sign_cyclic T rainbow.o rainbow_verify T rainbow.o rainbow_verify T rainbow.o rainbow_verify_cyclic T rainbow.o rainbow_verify_cyclic T rainbow_keypair.o cpk_to_pk T rainbow_keypair.o cpk_to_pk T rainbow_keypair.o generate_compact_keypair_cyclic T rainbow_keypair.o generate_compact_keypair_cyclic T rainbow_keypair.o generate_keypair T rainbow_keypair.o generate_keypair T rainbow_keypair.o generate_keypair_cyclic T rainbow_keypair.o generate_keypair_cyclic T rainbow_keypair.o generate_secretkey T rainbow_keypair.o generate_secretkey T rainbow_keypair.o generate_secretkey_cyclic T rainbow_keypair.o generate_secretkey_cyclic T rainbow_keypair.o sk_to_pk T rainbow_keypair.o sk_to_pk T rainbow_keypair_computation.o calculate_Q_from_F T rainbow_keypair_computation.o calculate_Q_from_F T rainbow_keypair_computation.o calculate_Q_from_F_cyclic T rainbow_keypair_computation.o calculate_Q_from_F_cyclic T rainbow_keypair_computation.o crypto_core T rainbow_keypair_computation.o crypto_core T rainbow_keypair_computation.o extcpk_to_pk T rainbow_keypair_computation.o extcpk_to_pk T rainbow_publicmap.o rainbow_publicmap T rainbow_publicmap.o rainbow_publicmap T rainbow_publicmap.o rainbow_publicmap_cpk T rainbow_publicmap.o rainbow_publicmap_cpk T rng.o AES256_CTR_DRBG_Update T rng.o AES256_CTR_DRBG_Update T rng.o AES256_ECB T rng.o AES256_ECB T rng.o DRBG_ctx B rng.o DRBG_ctx B rng.o handleErrors T rng.o handleErrors T rng.o randombytes_init T rng.o randombytes_init T rng.o randombytes_init_with_state T rng.o randombytes_init_with_state T rng.o randombytes_with_state T rng.o randombytes_with_state T rng.o seedexpander T rng.o seedexpander T rng.o seedexpander_init T rng.o seedexpander_init T utils.o byte_fdump T utils.o byte_fdump T utils.o byte_fget T utils.o byte_fget T utils.o byte_from_binfile T utils.o byte_from_binfile T utils.o byte_from_file T utils.o byte_from_file T utils.o byte_read_file T utils.o byte_read_file T utils_hash.o hash_msg T utils_hash.o hash_msg T utils_prng.o prng_gen T utils_prng.o prng_gen T utils_prng.o prng_set T utils_prng.o prng_set T
| Implementation | Compiler |
| T:ref | clang -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |