Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
---|---|---|---|---|---|---|
304156 | 7948 0 0 | 17893 456 776 | T:aadomn/opt32 | gcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE | 20240506 | 20240425 |
308200 | 8324 0 0 | 19334 460 776 | T:aadomn/opt32 | gcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE | 20240506 | 20240425 |
341152 | 6892 0 0 | 16569 448 776 | T:aadomn/opt32 | gcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE | 20240506 | 20240425 |
392068 | 7556 0 0 | 17605 456 776 | T:aadomn/opt32 | gcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE | 20240506 | 20240425 |
3737332 | 6128 0 0 | 17134 460 776 | T:ref | gcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE | 20240506 | 20240425 |
5238688 | 5604 0 0 | 29759 412 792 | T:ref | clang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE | 20240506 | 20240425 |
5270852 | 5488 0 0 | 20911 412 784 | T:ref | clang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE | 20240506 | 20240425 |
5271812 | 5472 0 0 | 21847 412 776 | T:ref | clang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE | 20240506 | 20240425 |
5273600 | 5472 0 0 | 21847 412 776 | T:ref | clang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE | 20240506 | 20240425 |
8381840 | 3440 0 0 | 18153 408 776 | T:ref | clang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE | 20240506 | 20240425 |
9673952 | 1864 0 0 | 11797 456 776 | T:ref | gcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE | 20240506 | 20240425 |
13132340 | 1608 0 0 | 11281 448 776 | T:ref | gcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE | 20240506 | 20240425 |
14036508 | 1854 0 0 | 11893 456 776 | T:ref | gcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE | 20240506 | 20240425 |
giftb128.c: giftb128.c:52:17: error: assigning to 'u32' (aka 'unsigned int') from incompatible type 'void' giftb128.c: rkey[i] = REARRANGE_RKEY_0(rkey[i]); giftb128.c: ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ giftb128.c: giftb128.c:53:21: error: assigning to 'u32' (aka 'unsigned int') from incompatible type 'void' giftb128.c: rkey[i + 1] = REARRANGE_RKEY_0(rkey[i + 1]); giftb128.c: ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ giftb128.c: giftb128.c:54:21: error: assigning to 'u32' (aka 'unsigned int') from incompatible type 'void' giftb128.c: rkey[i + 2] = REARRANGE_RKEY_1(rkey[i + 2]); giftb128.c: ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ giftb128.c: giftb128.c:55:21: error: assigning to 'u32' (aka 'unsigned int') from incompatible type 'void' giftb128.c: rkey[i + 3] = REARRANGE_RKEY_1(rkey[i + 3]); giftb128.c: ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ giftb128.c: giftb128.c:56:21: error: assigning to 'u32' (aka 'unsigned int') from incompatible type 'void' giftb128.c: rkey[i + 4] = REARRANGE_RKEY_2(rkey[i + 4]); giftb128.c: ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ giftb128.c: giftb128.c:57:21: error: assigning to 'u32' (aka 'unsigned int') from incompatible type 'void' giftb128.c: rkey[i + 5] = REARRANGE_RKEY_2(rkey[i + 5]); giftb128.c: ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ giftb128.c: giftb128.c:58:21: error: assigning to 'u32' (aka 'unsigned int') from incompatible type 'void' giftb128.c: rkey[i + 6] = REARRANGE_RKEY_3(rkey[i + 6]); giftb128.c: ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ giftb128.c: giftb128.c:59:21: error: assigning to 'u32' (aka 'unsigned int') from incompatible type 'void' giftb128.c: rkey[i + 7] = REARRANGE_RKEY_3(rkey[i + 7]); giftb128.c: ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ giftb128.c: 8 errors generated.
Implementation | Compiler |
T:aadomn/opt32 | clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:aadomn/opt32 | clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:aadomn/opt32 | clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:aadomn/opt32 | clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:aadomn/opt32 | clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
encrypt.o giftcofb_crypt T giftb128.o giftb128 T giftb128.o precompute_rkeys T giftb128.o rconst R
Implementation | Compiler |
T:aadomn/opt32 | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0) |
T:aadomn/opt32 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0) |
T:aadomn/opt32 | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0) |
T:aadomn/opt32 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0) |
encrypt.o cofb_decrypt T encrypt.o cofb_encrypt T gift128.o GIFT_RC R gift128.o giftb128 T gift128.o rowperm T
Implementation | Compiler |
T:ref | clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref | clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref | clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref | clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref | clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0) |
T:ref | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0) |
T:ref | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0) |
T:ref | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0) |