-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implemented 32bit float for all 4 types of endianess: LE, BE, MBE, M…
…LE (#35) * renamed 'endianess' macros. Added new: MBE, MLE * implemented 32bit float for all 4 types of endianess: LE,BE, MBE, MLE with tests. * implemented LE,BE,MLE,MBE for 32bit unsigned int(long). Fixes #34 * implemented 64bit tests and BE,LE,MBE,MLE endianess for uint64, double * renamed INT64 -> UINT 64 * Dropped INT64 support. Added INT32 support datatype.
- Loading branch information
1 parent
7cd1e99
commit 1faf536
Showing
7 changed files
with
308 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.