Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私たちのプロセッサでは、float は許可されていません (u32 または int データ型は許可されています)。実装には浮動小数点の加算が必要ですが、float を使用せずに 2 つの実数の加算を行うにはどうすればよいですか?
here で説明されているような構造体でそれを偽造することができます。