GBE: declare correct prototype for fastpath_rootn
authorRuiling Song <ruiling.song@intel.com>
Mon, 23 Jun 2014 08:34:55 +0000 (16:34 +0800)
committerZhigang Gong <zhigang.gong@intel.com>
Mon, 23 Jun 2014 08:53:44 +0000 (16:53 +0800)
Signed-off-by: Ruiling Song <ruiling.song@intel.com>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
backend/src/builtin_vector_proto.def

index 103e661..18d23ca 100644 (file)
@@ -158,7 +158,7 @@ gentype __gen_ocl_internal_fastpath_log10 (gentype x)
 gentype __gen_ocl_internal_fastpath_log1p (gentype x)
 gentype __gen_ocl_internal_fastpath_logb (gentype x)
 gentype __gen_ocl_internal_fastpath_remainder (gentype x, gentype y)
-gentype __gen_ocl_internal_fastpath_rootn (gentype x, int n)
+floatn __gen_ocl_internal_fastpath_rootn (floatn x, intn k)
 gentype __gen_ocl_internal_fastpath_sin (gentype x)
 gentype __gen_ocl_internal_fastpath_sincos (gentype x, __global gentype *cosval)
 gentype __gen_ocl_internal_fastpath_sincos (gentype x, __local gentype *cosval)