diff --git a/README.md b/README.md index 5978af770d63df15df2354190204dfb57c9d0746..9f4c91ea76502d951d8aee95a1c7c8721d97db38 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ This particular repository only represents the core Java library. There are seve ## Prerequisites -Aparapi will run as-is on the CPU, however in order to access the GPU it requires OpenCL to be installed on the local system. If OpenCL isnt found then the library will just fallback to CPU mode. +Aparapi will run as-is on the CPU, however in order to access the GPU it requires OpenCL to be installed on the local system. If OpenCL isnt found then the library will just fallback to CPU mode. Aparapi supports, and has been tested on, both OpenCL 1.2 and OpenCL 2.0. **Aparapi runs on all operating systems and platforms, however GPU acceleration support is currently provided for the following platforms: Windows 64bit, Mac OSX 64bit, Linux 64bit, and Linux 32bit.**