Don't try to use __restrict as a replacement for restrict
commitcc599333a8100dd3b8e52ef018e01d4e184c1532
authorChris Robinson <chris.kcat@gmail.com>
Sun, 23 Mar 2014 08:35:15 +0000 (23 01:35 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sun, 23 Mar 2014 08:35:15 +0000 (23 01:35 -0700)
treea766c90f1f34cfc8b12d05c195443dfd5c38171d
parent9959972c7e2a7479d8776e71133cfddf5cf756ce
Don't try to use __restrict as a replacement for restrict

The compiler it's intended for, MSVC, can't use it anyway because of problems
it causes with __declspec(restrict).
CMakeLists.txt