utest: Add test case for built-in function pow.
authorYi Sun <yi.sun@intel.com>
Mon, 9 Sep 2013 08:55:47 +0000 (16:55 +0800)
committerZhigang Gong <zhigang.gong@linux.intel.com>
Tue, 29 Oct 2013 02:30:40 +0000 (10:30 +0800)
commit9c53a0db19c8a113329d924cf6c02ce4759c4113
tree563b8b0107556b6947d80844df513339e7ae84e2
parent4d981f391e917213915ceaa38b1de0366f2e7ba9
utest: Add test case for built-in function pow.

Signed-off-by: Yi Sun <yi.sun@intel.com>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
kernels/builtin_pow.cl [new file with mode: 0644]
utests/CMakeLists.txt
utests/builtin_pow.cpp [new file with mode: 0644]