Constant generation

From Rice Wiki
Revision as of 15:10, 22 May 2024 by Rice (talk | contribs) (Created page with "Good design require compromise. To generate a constant, we sacrifice precision, allowing only 8 bits. We then have 4 bits for rotating the value to generate a much greater range of results.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Good design require compromise. To generate a constant, we sacrifice precision, allowing only 8 bits. We then have 4 bits for rotating the value to generate a much greater range of results.