Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fwessels/highwayhash-sve2
https://github.com/fwessels/highwayhash-sve2
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fwessels/highwayhash-sve2
- Owner: fwessels
- Created: 2024-06-21T06:31:19.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-22T06:06:49.000Z (5 months ago)
- Last Synced: 2024-06-23T02:43:11.045Z (5 months ago)
- Language: C
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```