Skip to content

Commit

Permalink
Big re ordering of functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurence Lundblade committed Nov 24, 2024
1 parent c96db77 commit 6be8acd
Show file tree
Hide file tree
Showing 2 changed files with 2,353 additions and 2,345 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ This eliminates support of:

This saves about 1KB of object code, though much of this can be saved
by not calling any functions to encode doubles or floats or
QCBORDecode_GetNumberConvertPrecisely
QCBORDecode_GetNumberConvertPrecisely()

With this defined, single and double-precision floating-point numbers
can still be encoded and decoded. Some conversion of floating-point to
Expand All @@ -360,7 +360,7 @@ dates are still supported.

This eliminates floating point support completely (along with related function
headers). This is useful if the compiler options deny the usage of floating
point operations completely, and the usage soft floating point ABI is not
point operations completely, and the usage of a soft floating point ABI is not
possible.

#### Compiler options
Expand Down
Loading

0 comments on commit 6be8acd

Please sign in to comment.