From 45bec8812c9d5aa1065cf36a8ca878fda5a6b325 Mon Sep 17 00:00:00 2001 From: batsumaru <> Date: Wed, 19 Aug 2026 20:38:28 +0900 Subject: Added SimState --- src/fixed_point.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/fixed_point.cpp') diff --git a/src/fixed_point.cpp b/src/fixed_point.cpp index a39f2bc..3a69958 100644 --- a/src/fixed_point.cpp +++ b/src/fixed_point.cpp @@ -39,7 +39,3 @@ fp_t fp_t::operator/(const fp_t& other) const { } return {static_cast(temp)}; } - -bool fp_t::operator==(const fp_t& other) const { - return raw == other.raw; -} -- cgit v1.3