Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
chfast
/
intx
Public
Notifications
You must be signed in to change notification settings
Fork
41
Star
175
Code
Issues
9
Pull requests
7
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Add signed types
- #368
#368
Open
AmmoniumX
wants to merge 14 commits into
chfast:main
chfast/intx:main
from
AmmoniumX:add-signed-types
AmmoniumX/intx:add-signed-types
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Open
Add signed types
#368
AmmoniumX
wants to merge 14 commits into
chfast:main
chfast/intx:main
from
AmmoniumX:add-signed-types
AmmoniumX/intx:add-signed-types
Copy head branch name to clipboard
Commits
Commits on Apr 9, 2026
initial draft
AmmoniumX
committed
cc9d76d
View commit details
Copy full SHA for cc9d76d
Browse repository at this point
add using for int128
AmmoniumX
committed
fb709e4
View commit details
Copy full SHA for fb709e4
Browse repository at this point
Commits on Apr 10, 2026
add method implementations
AmmoniumX
committed
94bb564
View commit details
Copy full SHA for 94bb564
Browse repository at this point
add unit tests and benchmarks for signed integers
AmmoniumX
committed
99da772
View commit details
Copy full SHA for 99da772
Browse repository at this point
reliability check: cast to signed type before doing unary minux operator
AmmoniumX
committed
7463870
View commit details
Copy full SHA for 7463870
Browse repository at this point
fix: static_cast sign_fill back to uint64
AmmoniumX
committed
b79140e
View commit details
Copy full SHA for b79140e
Browse repository at this point
apply clang-format
AmmoniumX
committed
aa3c551
View commit details
Copy full SHA for aa3c551
Browse repository at this point
(code quality check) add templated "intshift<Int, N>" function to reduce code duplication
AmmoniumX
committed
f36d919
View commit details
Copy full SHA for f36d919
Browse repository at this point
MSVC compat: add uint_t and sint_t typedefs for intshift template parameter
AmmoniumX
committed
c42aec0
View commit details
Copy full SHA for c42aec0
Browse repository at this point
clang-tidy: disable misc-redundant-expression for specific test statement
AmmoniumX
committed
1648785
View commit details
Copy full SHA for 1648785
Browse repository at this point
Commits on Apr 14, 2026
add span overloads based on static extent
AmmoniumX
committed
08f619c
View commit details
Copy full SHA for 08f619c
Browse repository at this point
Merge "Add span overloads based on static extent"
Show description for 4c7c456
AmmoniumX
authored
4c7c456
View commit details
Copy full SHA for 4c7c456
Browse repository at this point
simplify template overloads and remove explicit specialization
AmmoniumX
committed
ebc20eb
View commit details
Copy full SHA for ebc20eb
Browse repository at this point
Commits on Jun 15, 2026
remove unrelated changes to this branch/PR
AmmoniumX
committed
c28f124
View commit details
Copy full SHA for c28f124
Browse repository at this point
You can’t perform that action at this time.