Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fwessels/highwayhash-sve2


https://github.com/fwessels/highwayhash-sve2

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Active armie on Graviton 3

```
$ sudo ~/armie/arm-instruction-emulator_22.0_RHEL-8/arm-instruction-emulator_22.0_RHEL-8.sh -a
$ module load armie22/22.0
```

# Build

```
$ COMPILER=gnu make
```

# Run

```
$ armie -msve-vector-bits=256 -- ./build/highwayhash
TEST PASSED
```