Skip to content

Source code for SIMD benchmarks and experiments in Java

License

Notifications You must be signed in to change notification settings

pnowojski/simd-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simd-blog

Source code for SIMD benchmarks and experiments in Java. Results were originally published on prestodb.rocks blog.

To compile and run:

mvn clean package
java -jar ./target/benchmarks.jar

Note "-XX:CompileCommand=print" will not print assembly without hsdis-amd64.so. To solve this under Ubuntu 16.04:

sudo apt-get install libhsdis0-fcml
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH=:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64
java -jar ./target/benchmarks.jar

About

Source code for SIMD benchmarks and experiments in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published