Commit f160b179 by Nicolas Capens Committed by Nicolas Capens

Eliminate exception handling.

BUG=18525426 Change-Id: I4ce127fe56e30046fc316276b856767a036d13a1 Reviewed-on: https://swiftshader-review.googlesource.com/1490Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent 4cb1124e
...@@ -1358,7 +1358,6 @@ namespace sw ...@@ -1358,7 +1358,6 @@ namespace sw
// RValue<Bool> operator!=(RValue<Long1> lhs, RValue<Long1> rhs); // RValue<Bool> operator!=(RValue<Long1> lhs, RValue<Long1> rhs);
// RValue<Bool> operator==(RValue<Long1> lhs, RValue<Long1> rhs); // RValue<Bool> operator==(RValue<Long1> lhs, RValue<Long1> rhs);
// RValue<Long1> RoundLong1(RValue<Float> cast); // RValue<Long1> RoundLong1(RValue<Float> cast);
class Long2 : public Variable<Long2> class Long2 : public Variable<Long2>
...@@ -1512,7 +1511,6 @@ namespace sw ...@@ -1512,7 +1511,6 @@ namespace sw
static llvm::Type *getType(); static llvm::Type *getType();
}; };
RValue<Int2> operator+(RValue<Int2> lhs, RValue<Int2> rhs); RValue<Int2> operator+(RValue<Int2> lhs, RValue<Int2> rhs);
RValue<Int2> operator-(RValue<Int2> lhs, RValue<Int2> rhs); RValue<Int2> operator-(RValue<Int2> lhs, RValue<Int2> rhs);
// RValue<Int2> operator*(RValue<Int2> lhs, RValue<Int2> rhs); // RValue<Int2> operator*(RValue<Int2> lhs, RValue<Int2> rhs);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment