-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* npf__int_t and npf__uint_t typedef'd for large or normal. add macros to extract and writeback through specified types * fix up readme, make all float forms just do %f * bigger coversion buffer, more conformance tests * writeback large modifier tests * ignore .ii * negative float conformance * initialize val to calm gcc
- Loading branch information
1 parent
ab34e86
commit c649f85
Showing
6 changed files
with
177 additions
and
95 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ cmake-build* | |
|
||
# preprocessed / asm files | ||
*.i | ||
*.ii | ||
*.s | ||
|
||
# Object files | ||
|
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.