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.
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.