Implementation notes: aarch64, a72, crypto_hash/fugue256

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_hash
Primitive: fugue256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
36598? ? ?? ? ?ANSI_opt64gcc_-march=native_-mtune=native_-O32017100720170904
36699? ? ?? ? ?ANSI_opt64gcc_-march=native_-mtune=native_-O22017100720170904
37089? ? ?? ? ?ANSI_opt64gcc_-funroll-loops_-march=native_-mtune=native_-O32017100720170904
38620? ? ?? ? ?ANSI_opt64gcc_-funroll-loops_-march=native_-mtune=native_-Os2017100720170904
38895? ? ?? ? ?ANSI_opt64gcc_-funroll-loops_-march=native_-mtune=native_-O22017100720170904
39236? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-O22017100720170904
39490? ? ?? ? ?ANSI_opt64gcc_-march=native_-mtune=native_-Os2017100720170904
39499? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-O22017100720170904
39501? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-O32017100720170904
39613? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-O32017100720170904
41434? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100720170904
41865? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-Os2017100720170904
42267? ? ?? ? ?ANSI_opt32gcc_-march=native_-mtune=native_-O22017100720170904
42297? ? ?? ? ?ANSI_opt32gcc_-funroll-loops_-march=native_-mtune=native_-O22017100720170904
42302? ? ?? ? ?ANSI_opt32gcc_-march=native_-mtune=native_-O32017100720170904
42902? ? ?? ? ?ANSI_opt32gcc_-funroll-loops_-march=native_-mtune=native_-O32017100720170904
44956? ? ?? ? ?ANSI_opt32gcc_-funroll-loops_-march=native_-mtune=native_-Os2017100720170904
45792? ? ?? ? ?ANSI_opt32gcc_-march=native_-mtune=native_-Os2017100720170904

Compiler output

Implementation: crypto_hash/fugue256/ANSI_opt32
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
hash.c: In file included from aestab.h:4:0,
hash.c: from fugue_256_code.h:13,
hash.c: from hash.c:7:
hash.c: hash.c: In function 'crypto_hash_fugue256_ANSI_opt32':
hash.c: aestab_t.h:19:26: warning: result of '1718686559 << 24' requires 56 bits to represent, but 'int' only has 32 bits [-Wshift-overflow=]
hash.c: #define HO2BE_4(_x) ((_x<<24)|((_x<<8)&0xff0000)|((_x>>8)&0xff00)|(_x>>24))
hash.c: ^
hash.c: hash.c:32:27: note: in expansion of macro 'HO2BE_4'
hash.c: HO2BE_4(0xe952bdde),HO2BE_4(0x6671135f),HO2BE_4(0xe0d4f668),HO2BE_4(0xd2b0b594),
hash.c: ^~~~~~~
hash.c: ...
hash.c: ^
hash.c: hash.c:33:67: note: in expansion of macro 'HO2BE_4'
hash.c: HO2BE_4(0xf96c621d),HO2BE_4(0xfbf929de),HO2BE_4(0x9149e899),HO2BE_4(0x34f8c248)};
hash.c: ^~~~~~~
hash.c: aestab_t.h:19:36: warning: result of '888717896 << 8' requires 39 bits to represent, but 'int' only has 32 bits [-Wshift-overflow=]
hash.c: #define HO2BE_4(_x) ((_x<<24)|((_x<<8)&0xff0000)|((_x>>8)&0xff00)|(_x>>24))
hash.c: ^
hash.c: hash.c:33:67: note: in expansion of macro 'HO2BE_4'
hash.c: HO2BE_4(0xf96c621d),HO2BE_4(0xfbf929de),HO2BE_4(0x9149e899),HO2BE_4(0x34f8c248)};
hash.c: ^~~~~~~

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=native -O2 ANSI_opt32
gcc -funroll-loops -march=native -mtune=native -O3 ANSI_opt32
gcc -funroll-loops -march=native -mtune=native -Os ANSI_opt32
gcc -march=native -mtune=native -O2 ANSI_opt32
gcc -march=native -mtune=native -O3 ANSI_opt32
gcc -march=native -mtune=native -Os ANSI_opt32

Compiler output

Implementation: crypto_hash/fugue256/ANSI_opt64
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
hash.c: In file included from aestab.h:4:0,
hash.c: from fugue_256_code.h:13,
hash.c: from hash.c:7:
hash.c: hash.c: In function 'crypto_hash_fugue256_ANSI_opt64':
hash.c: aestab_t.h:19:26: warning: result of '1718686559 << 24' requires 56 bits to represent, but 'int' only has 32 bits [-Wshift-overflow=]
hash.c: #define HO2BE_4(_x) ((_x<<24)|((_x<<8)&0xff0000)|((_x>>8)&0xff00)|(_x>>24))
hash.c: ^
hash.c: hash.c:32:27: note: in expansion of macro 'HO2BE_4'
hash.c: HO2BE_4(0xe952bdde),HO2BE_4(0x6671135f),HO2BE_4(0xe0d4f668),HO2BE_4(0xd2b0b594),
hash.c: ^~~~~~~
hash.c: ...
hash.c: ^
hash.c: hash.c:33:67: note: in expansion of macro 'HO2BE_4'
hash.c: HO2BE_4(0xf96c621d),HO2BE_4(0xfbf929de),HO2BE_4(0x9149e899),HO2BE_4(0x34f8c248)};
hash.c: ^~~~~~~
hash.c: aestab_t.h:19:36: warning: result of '888717896 << 8' requires 39 bits to represent, but 'int' only has 32 bits [-Wshift-overflow=]
hash.c: #define HO2BE_4(_x) ((_x<<24)|((_x<<8)&0xff0000)|((_x>>8)&0xff00)|(_x>>24))
hash.c: ^
hash.c: hash.c:33:67: note: in expansion of macro 'HO2BE_4'
hash.c: HO2BE_4(0xf96c621d),HO2BE_4(0xfbf929de),HO2BE_4(0x9149e899),HO2BE_4(0x34f8c248)};
hash.c: ^~~~~~~

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=native -O2 ANSI_opt64
gcc -funroll-loops -march=native -mtune=native -O3 ANSI_opt64
gcc -funroll-loops -march=native -mtune=native -Os ANSI_opt64
gcc -march=native -mtune=native -O2 ANSI_opt64
gcc -march=native -mtune=native -O3 ANSI_opt64
gcc -march=native -mtune=native -Os ANSI_opt64