summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlex Converse <aconverse@google.com>2016-04-27 20:33:17 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-04-27 20:33:17 +0000
commitb2ccb9c189069d45d201c988184e9e0796b96270 (patch)
tree5f7f4a9d02ffc5a06d1d0ab7a4f3f299d0cf25b1 /test
parentd952b13bf1836442b7d3448dc93297bafdeb77dd (diff)
parentbb1e5b79dae45671bd8605cc60b3deb38b3491c3 (diff)
downloadlibvpx-b2ccb9c189069d45d201c988184e9e0796b96270.tar
libvpx-b2ccb9c189069d45d201c988184e9e0796b96270.tar.gz
libvpx-b2ccb9c189069d45d201c988184e9e0796b96270.tar.bz2
libvpx-b2ccb9c189069d45d201c988184e9e0796b96270.zip
Merge "Declare the operator== overload for M128A in the global namespace."
Diffstat (limited to 'test')
-rw-r--r--test/register_state_check.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/register_state_check.h b/test/register_state_check.h
index 489c41942..5336f2fbe 100644
--- a/test/register_state_check.h
+++ b/test/register_state_check.h
@@ -36,16 +36,10 @@
#include <windows.h>
#include <winnt.h>
-namespace testing {
-namespace internal {
-
inline bool operator==(const M128A& lhs, const M128A& rhs) {
return (lhs.Low == rhs.Low && lhs.High == rhs.High);
}
-} // namespace internal
-} // namespace testing
-
namespace libvpx_test {
// Compares the state of xmm[6-15] at construction with their state at