Remove Random123/features
authorRoland Schulz <roland@utk.edu>
Tue, 1 Jul 2014 10:35:53 +0000 (06:35 -0400)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Mon, 28 Jul 2014 16:27:48 +0000 (18:27 +0200)
commit25a1d42ed905e9b2a28fb4e5aa17d20262cbec38
tree5945a9a664eecc02e371a3df20c0dddf8947afa0
parent40047094521ca84c09e6d8ebd60cadbba9bc5341
Remove Random123/features

Remove all auto-detection and replace with hard-coded
values and gmx_inline.

The purpose is that it now should compile on any hardware /
compiler. Correctness is guaranteed (as is custom in all
of Gromacs) by unit tests (separate commit).

Change-Id: I7e75ff38f7288e87817d42582ae844c1d38ef369
14 files changed:
src/external/Random123-1.08/README [new file with mode: 0644]
src/external/Random123-1.08/include/Random123/array.h
src/external/Random123-1.08/include/Random123/features/clangfeatures.h [deleted file]
src/external/Random123-1.08/include/Random123/features/compilerfeatures.h
src/external/Random123-1.08/include/Random123/features/gccfeatures.h [deleted file]
src/external/Random123-1.08/include/Random123/features/iccfeatures.h [deleted file]
src/external/Random123-1.08/include/Random123/features/msvcfeatures.h [deleted file]
src/external/Random123-1.08/include/Random123/features/nvccfeatures.h [deleted file]
src/external/Random123-1.08/include/Random123/features/open64features.h [deleted file]
src/external/Random123-1.08/include/Random123/features/openclfeatures.h [deleted file]
src/external/Random123-1.08/include/Random123/features/pgccfeatures.h [deleted file]
src/external/Random123-1.08/include/Random123/features/sse.h [deleted file]
src/external/Random123-1.08/include/Random123/features/sunprofeatures.h [deleted file]
src/external/Random123-1.08/include/Random123/features/xlcfeatures.h [deleted file]