From: Zhigang Gong Date: Mon, 29 Jul 2013 05:11:04 +0000 (+0800) Subject: Enable islessgreater/isordered/isunordered builtin vector functions. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d75ba0de1c59b21e4bd916094f48431fcf1e319e;p=contrib%2Fbeignet.git Enable islessgreater/isordered/isunordered builtin vector functions. Signed-off-by: Zhigang Gong --- diff --git a/backend/src/builtin_vector_proto.def b/backend/src/builtin_vector_proto.def index 13d7a34..50c7e7d 100644 --- a/backend/src/builtin_vector_proto.def +++ b/backend/src/builtin_vector_proto.def @@ -231,7 +231,7 @@ longn isless (doublen x, doublen y) intn islessequal (floatn x, floatn y) longn islessequal (doublen x, doublen y) # XXX not implemented -#intn islessgreater (floatn x, floatn y) +intn islessgreater (floatn x, floatn y) longn islessgreater (doublen x, doublen y) intn isfinite (floatn longn isfinite (doublen) @@ -242,10 +242,10 @@ longn isnan (doublen) intn isnormal (floatn) longn isnormal (doublen) # XXX not implemented -#intn isordered (floatn x, floatn y) +intn isordered (floatn x, floatn y) longn isordered (doublen x, doublen y) # XXX not implemented -#intn isunordered (floatn x, floatn y) +intn isunordered (floatn x, floatn y) longn isunordered (doublen x, doublen y) intn signbit (floatn) longn signbit (doublen)