Skip to content

Use AVX2 intrinsics for faster Conway's game of life.

Notifications You must be signed in to change notification settings

jdnc/GameOfLife-SIMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

GameOfLife-SIMD

Implement the famous cellular automaton Conway's Game of Life. Attempt to learn more about SIMD, by using the AVX2.0 intel intrinsics on my latptop.

Build and Run

Check SIMD support on your HW

grep avx2 /proc/cpuinfo

Build

make

Run

./game

About

Use AVX2 intrinsics for faster Conway's game of life.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published