stonexjr / back40computing

Automatically exported from code.google.com/p/back40computing
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

make failing for radix sort #13

Open amritkrs opened 8 years ago

amritkrs commented 8 years ago

I am getting the following error on running make inside test/radix_sort:

/usr/include/c++/4.8/cstdlib:179:8: error: ‘__int128_t’ does not name a type abs(int128 x) { return x >= 0 ? x : -__x; } ^ make: *\ [bin/simple_sort_7.5_i386] Error 1

I am on ubuntu 14.04 LTS. I have cuda-7.5, gcc-4.8, g++-4.8 and GeForce TitanX gpu.