diff options
author | Michael Bien <[email protected]> | 2010-01-22 19:49:02 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-01-22 19:49:02 +0100 |
commit | ceedf2ac1b1300a12a7b69a31b53787035fe7c13 (patch) | |
tree | 8e3bbc8e5a983479a2a99303eb9bca1a4306a28a /src/com/mbien/opencl/CLDevice.java | |
parent | 9ca000faa6aea6771ff5cf209846ef7fb9ff227a (diff) |
added blockingWait parameter to putWaitForEvent(...) CLCommandQueue methods.
Diffstat (limited to 'src/com/mbien/opencl/CLDevice.java')
-rw-r--r-- | src/com/mbien/opencl/CLDevice.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/mbien/opencl/CLDevice.java b/src/com/mbien/opencl/CLDevice.java index 44fbabfb..c948024b 100644 --- a/src/com/mbien/opencl/CLDevice.java +++ b/src/com/mbien/opencl/CLDevice.java @@ -331,7 +331,7 @@ public final class CLDevice { /** * Returns the optional double precision floating-point capability of the device. * The mandated minimum double precision floating-point capabilities are {@link FPConfig#FMA}, - * {@link FPConfig#ROUND_TO_NEAREST}, {@link FPConfig#_ROUND_TO_ZERO}, + * {@link FPConfig#ROUND_TO_NEAREST}, {@link FPConfig#ROUND_TO_ZERO}, * {@link FPConfig#ROUND_TO_INF}, {@link FPConfig#INF_NAN}, and {@link FPConfig#DENORM}. * @return An EnumSet containing the extensions, never null. */ |