Backend fixups#1
Open
vmauery wants to merge 4 commits into
Open
Conversation
Basically the same setup as the circular trig functions but with h on the end. Signed-off-by: Vernon Mauery <vernon@mauery.org>
Use readline by default if it is available. Add an option to disabled readline even if it is available. Do not add prompts and other fancy output for non-interactive mode. Signed-off-by: Vernon Mauery <vernon@mauery.org>
Base 2 was basically being ignored. It just printed numbers in base 10, which is really different than base 2. This allows numbers to be entered with a specific base, regardless of what the default base is. That includes binary, which did not have a parser for 0b10101 style numbers before or a way to print them out. All this is fixed and more! Signed-off-by: Vernon Mauery <vernon@mauery.org>
Each one has little issues that needed to be addressed. I had been focusing work on clang/mpfr because that is the best choice. But I think native types had not worked for some time and while they are not as interesting because of the numeric limits, it is the most portable. This also adds a script that will kick off a build with each of the CC/numeric options to make sure it is all good. Signed-off-by: Vernon Mauery <vernon@mauery.org>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.