Skip to content

Scripts for neon implementation and benchmarks#1

Open
gtsoul-tech wants to merge 10 commits intoVectorCamp:masterfrom
gtsoul-tech:feature/bench_neon
Open

Scripts for neon implementation and benchmarks#1
gtsoul-tech wants to merge 10 commits intoVectorCamp:masterfrom
gtsoul-tech:feature/bench_neon

Conversation

@gtsoul-tech
Copy link
Collaborator

@gtsoul-tech gtsoul-tech commented Feb 4, 2025

for the libsodium

./autogen.sh -s
automake
mkdir builddir
cd builddir
../configure CFLAGS="-DDEV_MODE" CPPFLAGS="-DDEV_MODE" --prefix=$HOME

make && make check

#benchmark_throughput
gcc -o benchmark benchmark.c -I $HOME/include -L $HOME/lib -lsodium
LD_LIBRARY_PATH=$HOME/lib ./benchmark

#bench
make bench
sudo LD_LIBRARY_PATH=$HOME/lib ./generichash_bench > generichash_bench.data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants