From b8211a2921b11b045db0dd0d9ead6972c9b7bbf1 Mon Sep 17 00:00:00 2001 From: Bob Andrews Date: Wed, 17 Aug 2022 21:42:42 +0200 Subject: [PATCH] Update Contributing.md --- Contributing.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Contributing.md b/Contributing.md index 71d7dc3a2..ab1e73508 100644 --- a/Contributing.md +++ b/Contributing.md @@ -163,6 +163,13 @@ The only exception to the above are actions that are exclusive to the github act * the printf family of function does not completely implement all printf modifiers and does not behave as expected in some cases - all this should be documented in detail +## Floating point support + +The first step is implementing the datatype "float" as IEEE488 floats. Help welcomed! + +* WIP compiler/library changes are here: https://github.com/cc65/cc65/pull/1777 +* free software library with testbench is here: http://www.jhauser.us/arithmetic/ + ## Test suite * specific tests to check the optimizer (rather than the codegenerator) are needed.