Signed-off-by: Zhigang Gong <[email protected]>
---
 backend/src/libocl/script/ocl_math.def | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backend/src/libocl/script/ocl_math.def 
b/backend/src/libocl/script/ocl_math.def
index ff1d5d6..4baded4 100644
--- a/backend/src/libocl/script/ocl_math.def
+++ b/backend/src/libocl/script/ocl_math.def
@@ -26,7 +26,7 @@ gentype fabs (gentype)
 gentype fdim (gentype x, gentype y)
 gentype floor (gentype)
 # XXX we use madd for fma
-#gentype fma (gentype a, gentype b, gentype c)
+gentype fma (gentype a, gentype b, gentype c)
 gentype fmax (gentype x, gentype y)
 gentypef fmax (gentypef x, float y)
 gentyped fmax (gentyped x, double y)
-- 
1.8.3.2

_______________________________________________
Beignet mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/beignet

Reply via email to