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
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 }}
dsisco11
/
SimdLib
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Optimize register signbit extraction 2
- #8
#8
Merged
dsisco11
merged 21 commits into
master
dsisco11/SimdLib:master
from
optimize-register-signbit-extraction-2
dsisco11/SimdLib:optimize-register-signbit-extraction-2
Copy head branch name to clipboard
Sep 15, 2026
Conversation
Commits
21
(21)
Checks
Files changed
Merged
Optimize register signbit extraction 2
#8
dsisco11
merged 21 commits into
master
dsisco11/SimdLib:master
from
optimize-register-signbit-extraction-2
dsisco11/SimdLib:optimize-register-signbit-extraction-2
Copy head branch name to clipboard
Commits
Commits on Sep 14, 2026
perf: reduce instruction count for movemask_slim
dsisco11
committed
b9dd800
View commit details
Copy full SHA for b9dd800
Browse repository at this point
perf: reduce instruction count for 8bit `movemask_slim`
dsisco11
committed
6e06101
View commit details
Copy full SHA for 6e06101
Browse repository at this point
perf(RegisterMask): reduce instruction count for `any()` and `none()` methods
dsisco11
committed
9fb3cc3
View commit details
Copy full SHA for 9fb3cc3
Browse repository at this point
fix: compile-time constant register construction was absurdly unoptimal
dsisco11
committed
3cbe92d
View commit details
Copy full SHA for 3cbe92d
Browse repository at this point
perf: refactor code that constructs registers from an increasing index sequence to instead use the `make_static_register` helper
dsisco11
committed
1cbe116
View commit details
Copy full SHA for 1cbe116
Browse repository at this point
perf: improve blend_slow method implementations
dsisco11
committed
05e5761
View commit details
Copy full SHA for 05e5761
Browse repository at this point
chore: rename `register_blend_slow` -> `register_blend_constexpr` for clarity
dsisco11
committed
f18bd05
View commit details
Copy full SHA for f18bd05
Browse repository at this point
perf: Runtime integer lane insertion
dsisco11
committed
389d2ef
View commit details
Copy full SHA for 389d2ef
Browse repository at this point
docs: amend optimizatio nreport
dsisco11
committed
12e38ed
View commit details
Copy full SHA for 12e38ed
Browse repository at this point
perf: improve `make_static_register` codegen for unoptimized builds
dsisco11
committed
ca68534
View commit details
Copy full SHA for ca68534
Browse repository at this point
chore: rename `make_static_register_impl` -> `make_static_register_from_indices`
dsisco11
committed
bfb8e54
View commit details
Copy full SHA for bfb8e54
Browse repository at this point
perf: slightly improve `register_from_array`
dsisco11
committed
7c5a529
View commit details
Copy full SHA for 7c5a529
Browse repository at this point
chore: rename `register_from_array` -> `register_from_array_constexpr`
dsisco11
committed
70bab0a
View commit details
Copy full SHA for 70bab0a
Browse repository at this point
chore: remove dead code
dsisco11
committed
6b04c67
View commit details
Copy full SHA for 6b04c67
Browse repository at this point
perf: Signed minimum-position reductions
dsisco11
committed
46122af
View commit details
Copy full SHA for 46122af
Browse repository at this point
perf: reduce instruction count for `RegisterMask::all()` method
dsisco11
committed
9539d3b
View commit details
Copy full SHA for 9539d3b
Browse repository at this point
perf: Runtime 128-bit whole-register bit shifts
dsisco11
committed
4570bcb
View commit details
Copy full SHA for 4570bcb
Browse repository at this point
fix: build error due to type deduction
dsisco11
committed
dda4bf3
View commit details
Copy full SHA for dda4bf3
Browse repository at this point
chore: specify SimdImpl return types explicitly
dsisco11
committed
3c26052
View commit details
Copy full SHA for 3c26052
Browse repository at this point
Commits on Sep 15, 2026
tests: fix outdated codegen test expectations for register mask operations
dsisco11
committed
2388a59
View commit details
Copy full SHA for 2388a59
Browse repository at this point
chore(SimdImpl): use register alias rather than explicit intrinsic typename
dsisco11
committed
c88794c
View commit details
Copy full SHA for c88794c
Browse repository at this point
You can’t perform that action at this time.