Rearrange declaration order to make MSVC happy
[clinfo] / README
1 A simple OpenCL application that enumerates all possible platform and
2 device properties. Inspired by AMD's program of the same name, it is
3 coded in pure C99 and it tries to output all possible information,
4 including that provided by platform-specific extensions, and not to
5 crash on platform-unsupported properties (e.g. 1.2 properties on 1.1
6 platforms).
7
8 Building requires an OpenCL SDK (or at least OpenCL headers and
9 development files), and the standard build environment for the
10 platform. No special build system is used (autotools, CMake, meson,
11 ninja, etc), as I feel it would be overengineering for such a simple
12 program. Simply running `make` at the project root should work.