]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Disable the __int128 code path for lehmer 128bit RNG because it doesn't
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 10 Dec 2016 20:57:04 +0000 (20:57 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 10 Dec 2016 20:57:04 +0000 (20:57 +0000)
commit713eeec7506784f206266b1f2953212474150f8b
tree55f1107f91bec14900d09ca2fccf7aa1d2ad1c15
parent569bdf4312b50327055406243ec991c42cf06563
Disable the __int128 code path for lehmer 128bit RNG because it doesn't
compile on an old XCode version I use.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12309 d7cf8633-e32d-0410-b094-e92efae38249
mathlib.c