Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
compiler-errors
/
rust
Public
forked from
rust-lang/rust
Watch
Couldn't load subscription status.
Retry
Uh oh!
There was an error while loading.
Please reload this page
.
Fork
0
Star
3
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
53de3f0
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 22, 2024
Use v1 prelude to match core (rust-lang/portable-simd#406)
calebzulawski
authored
53de3f0
Copy full SHA for 53de3f0
Commits on Mar 14, 2024
Merge pull request #399 from farnoy/masked-load-store-simple
Show description for 50e8ae8
calebzulawski
authored
50e8ae8
Copy full SHA for 50e8ae8
Merge pull request #404 from dpaoliello/arm64ec
Show description for 6aeff2e
calebzulawski
authored
6aeff2e
Copy full SHA for 6aeff2e
Commits on Mar 11, 2024
Add support for masked loads & stores
farnoy
committed
4f0ba1a
Copy full SHA for 4f0ba1a
Commits on Mar 7, 2024
Add arm64ec support
dpaoliello
committed
ca4033f
Copy full SHA for ca4033f
Commits on Mar 6, 2024
Merge pull request #401 from rust-lang/std_float_improvements
Show description for 5794c83
calebzulawski
authored
5794c83
Copy full SHA for 5794c83
Attempt to avoid LLVM error
calebzulawski
committed
278eb28
Copy full SHA for 278eb28
Commits on Mar 3, 2024
Fix wasm tests
calebzulawski
committed
2f062b8
Copy full SHA for 2f062b8
Fix formatting
calebzulawski
committed
bcedde5
Copy full SHA for bcedde5
Update docs
calebzulawski
committed
e5d5006
Copy full SHA for e5d5006
Test std_float
calebzulawski
committed
5b5b259
Copy full SHA for 5b5b259
Merge pull request #400 from avhz/master
Show description for eea6f77
calebzulawski
authored
eea6f77
Copy full SHA for eea6f77
feat: add SIMD float math functions (exp, exp2, log, log2, log10, sin, cos).
avhz
authored and
avhz
committed
499a53d
Copy full SHA for 499a53d
Commits on Feb 23, 2024
Merge pull request #398 from AquaEBM/avx512-feature-flag
Show description for fbc9efa
calebzulawski
authored
fbc9efa
Copy full SHA for fbc9efa
add stdarch_x86_avx512 feature flag for AVX-512-supporting architectures
AquaEBM
committed
18de239
Copy full SHA for 18de239
Commits on Feb 22, 2024
Merge pull request #396 from taiki-e/aarch64-big
Show description for 94f4f68
calebzulawski
authored
94f4f68
Copy full SHA for 94f4f68
Fix build error on big endian aarch64
taiki-e
committed
6ce3ab7
Copy full SHA for 6ce3ab7
Merge pull request #397 from taiki-e/imports
Show description for 8c786f3
calebzulawski
authored
8c786f3
Copy full SHA for 8c786f3
Remove redundant imports
taiki-e
committed
bb4bba5
Copy full SHA for bb4bba5
Commits on Feb 18, 2024
Merge pull request #395 from rust-lang/swizzle_dyn_fix
Show description for 6491107
calebzulawski
authored
6491107
Copy full SHA for 6491107
Fix swizzle_dyn
calebzulawski
committed
eee4f1d
Copy full SHA for eee4f1d
Commits on Feb 17, 2024
Merge pull request #394 from rust-lang/sync-upstream-2024-02-17
Show description for e06e54c
calebzulawski
authored
e06e54c
Copy full SHA for e06e54c
Disable conversions between portable_simd and stdarch on big-endian ARM
Show description for 9aec60e
Amanieu
authored and
calebzulawski
committed
9aec60e
Copy full SHA for 9aec60e
Fix target_feature config in portable-simd
Urgau
authored and
calebzulawski
committed
64bd26f
Copy full SHA for 64bd26f
Remove link to core::arch::x86_64
calebzulawski
committed
afa70e6
Copy full SHA for afa70e6
Merge pull request #393 from rust-lang/assume-masks-are-correct
Show description for 7348d2d
calebzulawski
authored
7348d2d
Copy full SHA for 7348d2d
Use intrinsics directly to avoid recursion
calebzulawski
committed
aebf6f1
Copy full SHA for aebf6f1
Revert "Revert "Merge pull request #385 from workingjubilee/make-an-ass-out-of-u-and-me""
Show description for 44b4d26
calebzulawski
committed
44b4d26
Copy full SHA for 44b4d26
Merge pull request #392 from rust-lang/minor-fixes
Show description for 061d5ac
calebzulawski
authored
061d5ac
Copy full SHA for 061d5ac
Add back core_intrinsics
calebzulawski
committed
d8439e9
Copy full SHA for d8439e9
Revert "Merge pull request #385 from workingjubilee/make-an-ass-out-of-u-and-me"
Show description for 644bdfb
calebzulawski
committed
644bdfb
Copy full SHA for 644bdfb
Minor fixes
calebzulawski
committed
a2dd4a3
Copy full SHA for a2dd4a3
Merge pull request #385 from workingjubilee/make-an-ass-out-of-u-and-me
Show description for 6ad779c
calebzulawski
authored
6ad779c
Copy full SHA for 6ad779c
Commits on Feb 14, 2024
Merge pull request #391 from RalfJung/core-intrinsics
Show description for b2e1bcb
calebzulawski
authored
b2e1bcb
Copy full SHA for b2e1bcb
use core::intrinsics::simd
RalfJung
committed
851ef63
Copy full SHA for 851ef63
Pagination
Previous
Next
You can’t perform that action at this time.