diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fixed_point.cpp | 4 | ||||
| -rw-r--r-- | src/sim_core.cpp | 0 |
2 files changed, 0 insertions, 4 deletions
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<std::int32_t>(temp)}; } - -bool fp_t::operator==(const fp_t& other) const { - return raw == other.raw; -} diff --git a/src/sim_core.cpp b/src/sim_core.cpp new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/sim_core.cpp |
