-
Notifications
You must be signed in to change notification settings - Fork 674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change BITCOUNT 'end' as optional like BITPOS #118
Commits on Apr 2, 2024
-
Fix to allow end as optional when using bitcount
Signed-off-by: LiiNen <kjeonghoon065@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a6f4296 - Browse repository at this point
Copy the full SHA a6f4296View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b067d3 - Browse repository at this point
Copy the full SHA 5b067d3View commit details -
Add test in case for only using start in bitcount
Signed-off-by: LiiNen <kjeonghoon065@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8e813f3 - Browse repository at this point
Copy the full SHA 8e813f3View commit details -
Remove unreachable code in BITCOUNT and BITPOS
in case of end is not declared, BYTE|BIT cannot be used, so variable 'isbit' is always 0 Signed-off-by: LiiNen <kjeonghoon065@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 64008bb - Browse repository at this point
Copy the full SHA 64008bbView commit details -
Move line end = totlen - 1, after totlen declared
Signed-off-by: LiiNen <kjeonghoon065@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fb2e403 - Browse repository at this point
Copy the full SHA fb2e403View commit details -
Signed-off-by: LiiNen <kjeonghoon065@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c758112 - Browse repository at this point
Copy the full SHA c758112View commit details -
Signed-off-by: LiiNen <kjeonghoon065@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fc369bb - Browse repository at this point
Copy the full SHA fc369bbView commit details -
Signed-off-by: LiiNen <kjeonghoon065@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d5f0da6 - Browse repository at this point
Copy the full SHA d5f0da6View commit details -
Co-authored-by: Madelyn Olson <34459052+madolson@users.noreply.github.com> Signed-off-by: LiiNen <kjeonghoon065@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 729ec8b - Browse repository at this point
Copy the full SHA 729ec8bView commit details -
Fix test code : allowing bitcount without end now
Signed-off-by: LiiNen <kjeonghoon065@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c0dd4ee - Browse repository at this point
Copy the full SHA c0dd4eeView commit details
Commits on Apr 29, 2024
-
Add test cases; larger value, negative larger value
Signed-off-by: LiiNen <kjeonghoon065@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 843c84a - Browse repository at this point
Copy the full SHA 843c84aView commit details
Commits on May 27, 2024
-
Merge branch 'unstable' into bitcount-end-as-optional
Signed-off-by: LiiNen <kjeonghoon065@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 153625c - Browse repository at this point
Copy the full SHA 153625cView commit details