From d69faef593fc266883f4a55bf9ed3de110b50b0f Mon Sep 17 00:00:00 2001 From: Homer Hsing Date: Tue, 20 Nov 2012 10:49:10 +0800 Subject: Test case for OpenCL 1.1 math constants --- utests/compiler_math_constants.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 utests/compiler_math_constants.cpp (limited to 'utests/compiler_math_constants.cpp') diff --git a/utests/compiler_math_constants.cpp b/utests/compiler_math_constants.cpp new file mode 100644 index 00000000..5ec97c93 --- /dev/null +++ b/utests/compiler_math_constants.cpp @@ -0,0 +1,9 @@ +#include "utest_helper.hpp" + +void compiler_math_constants(void) +{ + OCL_CREATE_KERNEL("compiler_math_constants"); +} + +MAKE_UTEST_FROM_FUNCTION(compiler_math_constants); + -- cgit v1.2.1