chrxh / alien

ALIEN is a CUDA-powered artificial life simulation program.
https://alien-project.org
BSD 3-Clause "New" or "Revised" License
3.48k stars 106 forks source link

Minor workaround for 64bit cudaAdd() #40

Closed tlemo closed 2 years ago

tlemo commented 2 years ago

Sadly, the 64bit cudaAdd() definition is problematic. This PR implements a simple workaround to fix the Linux build.