Integrate command-line parsing with fmv-afmv collision detection#27
Open
mfunkel wants to merge 10 commits intoSeneca-CDOT:2024-S-detect-FMV-AFMV-clashfrom
Open
Integrate command-line parsing with fmv-afmv collision detection#27mfunkel wants to merge 10 commits intoSeneca-CDOT:2024-S-detect-FMV-AFMV-clashfrom
mfunkel wants to merge 10 commits intoSeneca-CDOT:2024-S-detect-FMV-AFMV-clashfrom
Conversation
added fafmv Parse
pick up AFMV options, process the version list to validate the architectural feature specification
add header file for extern var
added the use of global variables
default count set to 0
…sing 2024 s command line parsing
…o mara/2024-S-detect-FMV-AFMV-clash
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.
What has been done?
gcc/opts.ccto remove any references toafmv_cntandafmv_targetsvariables, as those were causing issues when buildinggcc/multiple-target.ccto use command-line macro from "2024-S-command-line-parsing" branchflag_fafmvwhich is poorly chosen and should be updated before making a submission to gcc)common.optfile is also oddly chosen, and should be moved to a more appropriate spot before making a submission to gccafmv_cntshould be used to check for collision, but since that branch produces errors, we had to work around it by simply going off of the command-line macro insteadUsage
__attribute__((target_clones("default","sve","sha2"))))-fafmv="sve"