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 }}
linebender
/
fearless_simd
Public
Notifications
You must be signed in to change notification settings
Fork
33
Star
520
Code
Issues
25
Pull requests
9
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
KISS access to intrinsics
- #212
#212
Closed
Shnatsel
wants to merge 13 commits into
linebender:main
linebender/fearless_simd:main
from
Shnatsel:kiss-intrinsics
Shnatsel/fearless_simd:kiss-intrinsics
Copy head branch name to clipboard
Conversation
Commits
13
(13)
Checks
Files changed
Closed
KISS access to intrinsics
#212
Shnatsel
wants to merge 13 commits into
linebender:main
linebender/fearless_simd:main
from
Shnatsel:kiss-intrinsics
Shnatsel/fearless_simd:kiss-intrinsics
Copy head branch name to clipboard
Commits
Commits on May 16, 2026
Add target-feature kernel macros
Shnatsel
committed
b1bc6d1
View commit details
Copy full SHA for b1bc6d1
Browse repository at this point
Add a comment explaning the rationale for emitting String rather than TokenStream
Shnatsel
committed
965d36c
View commit details
Copy full SHA for 965d36c
Browse repository at this point
Add #[inline] annotation to the generated function with target features. We can't use #[inline(always)] with target features so this is the next best thing. Remove #[inline] from the outer function…
Show description for 497e943
Shnatsel
committed
497e943
View commit details
Copy full SHA for 497e943
Browse repository at this point
Rewrite the explicit NEON intrinsic usage example to the new API
Shnatsel
committed
3b1f264
View commit details
Copy full SHA for 3b1f264
Browse repository at this point
Expand the srgb example to also cover x86
Shnatsel
committed
76d6636
View commit details
Copy full SHA for 76d6636
Browse repository at this point
Cover all 4 kernel macros with tests
Shnatsel
committed
0748bdf
View commit details
Copy full SHA for 0748bdf
Browse repository at this point
Commits on May 17, 2026
Add a test verifying that `unsafe fn` is rejected by the kernel macros, preventing a soundness hole
Shnatsel
committed
5912818
View commit details
Copy full SHA for 5912818
Browse repository at this point
Expand documentation on kernel macros
Shnatsel
committed
937feea
View commit details
Copy full SHA for 937feea
Browse repository at this point
Turn tests into doctests, so that documentation shows usage examples
Shnatsel
committed
f63ada6
View commit details
Copy full SHA for f63ada6
Browse repository at this point
doc: explain why kernel macros are needed
Shnatsel
committed
d7ed4c3
View commit details
Copy full SHA for d7ed4c3
Browse repository at this point
Polish the documentation some more
Shnatsel
committed
57d9f6e
View commit details
Copy full SHA for 57d9f6e
Browse repository at this point
Only export the kernel macros on the platforms where they're available; they cannot be invoked in other contexts anyway because the required type tokens are conditionally compiled only on platforms…
Show description for 2025e91
Shnatsel
committed
2025e91
View commit details
Copy full SHA for 2025e91
Browse repository at this point
Link to the token docs from macro definitions
Shnatsel
committed
94791d7
View commit details
Copy full SHA for 94791d7
Browse repository at this point
You can’t perform that action at this time.