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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
linebender
/
fearless_simd
Public
Notifications
You must be signed in to change notification settings
Fork
27
Star
375
Code
Issues
20
Pull requests
7
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Make mask types opaque
- #218
#218
Merged
Shnatsel
merged 9 commits into
linebender:main
linebender/fearless_simd:main
from
Shnatsel:opaque-mask-representation-minimal
Shnatsel/fearless_simd:opaque-mask-representation-minimal
Copy head branch name to clipboard
May 23, 2026
Conversation
Commits
9
(9)
Checks
Files changed
Merged
Make mask types opaque
#218
Shnatsel
merged 9 commits into
linebender:main
linebender/fearless_simd:main
from
Shnatsel:opaque-mask-representation-minimal
Shnatsel/fearless_simd:opaque-mask-representation-minimal
Copy head branch name to clipboard
Commits
Commits on May 18, 2026
Make mask types opaque
Shnatsel
committed
8dead9c
View commit details
Copy full SHA for 8dead9c
Browse repository at this point
Commits on May 19, 2026
Merge branch 'main' into opaque-mask-representation-minimal
Shnatsel
committed
505a4f3
View commit details
Copy full SHA for 505a4f3
Browse repository at this point
Convert mask splat() to accept booleans instead of integers, mirroring std::simd API. Adds a `neg` on the hot path on x86 for non-constant inputs, but seems cheap enough and worth it for the nicer …
Show description for 55c4db5
Shnatsel
committed
55c4db5
View commit details
Copy full SHA for 55c4db5
Browse repository at this point
Doc comments: instead of just 'all zeroes' or 'all ones', specify the actual integer values involved, now that we have boolean APIs and the conversions are relevant
Shnatsel
committed
ce79eec
View commit details
Copy full SHA for ce79eec
Browse repository at this point
Expose the high-level splat() level in masks once again, now that we're not clashing with std::simd API of the same name
Shnatsel
committed
e2a1d52
View commit details
Copy full SHA for e2a1d52
Browse repository at this point
drop now-unnecessary explicit conversion; fixed build and test
Shnatsel
committed
ebc8f17
View commit details
Copy full SHA for ebc8f17
Browse repository at this point
Drop SimdFrom generic bound now that we expose a public splat() method again
Shnatsel
committed
5981ef3
View commit details
Copy full SHA for 5981ef3
Browse repository at this point
Commits on May 23, 2026
Merge branch 'main' into opaque-mask-representation-minimal
Shnatsel
committed
fcbe60c
View commit details
Copy full SHA for fcbe60c
Browse repository at this point
Reduce code duplication in Mask.splat()
Shnatsel
committed
dcca45b
View commit details
Copy full SHA for dcca45b
Browse repository at this point
You can’t perform that action at this time.