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 }}
rust-lang
/
packed_simd
Public
Notifications
You must be signed in to change notification settings
Fork
73
Star
632
Code
Issues
76
Pull requests
4
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 30, 2023
Announce packed_simd 0.3.9
workingjubilee
committed
d938e39
Copy full SHA for d938e39
Update README with platform support
Show description for e2021ad
workingjubilee
committed
e2021ad
Copy full SHA for e2021ad
Commits on Jul 28, 2023
Fix undefined behavior reported by miri when reading or writing slices (rust-lang/packed_simd#351)
Show description for 4d4d27a
jhorstmann
authored
4d4d27a
Copy full SHA for 4d4d27a
Document into_bits on docs.rs; use doc_cfg tags (rust-lang/packed_simd#336)
Show description for 76932d4
dhardy
authored
76932d4
Copy full SHA for 76932d4
Stop using old-style simd_shuffle (rust-lang/packed-simd#350)
Show description for 8b5a04f
workingjubilee
authored
8b5a04f
Copy full SHA for 8b5a04f
Use nightly rust-toolchain in CI
Show description for c6a25c5
workingjubilee
committed
c6a25c5
Copy full SHA for c6a25c5
Commits on Jul 27, 2023
impl Unpin for repo
oli-obk
committed
7b5712a
Copy full SHA for 7b5712a
Stop using old-style `simd_shuffle`
oli-obk
committed
a79edf4
Copy full SHA for a79edf4
Indirectly update to libm 0.2 (rust-lang/packed-simd#335)
Show description for 2ffcc96
eclipseo
authored
2ffcc96
Copy full SHA for 2ffcc96
Bump paste to 1 (rust-lang/packed-simd#333)
Show description for 3fbbca6
eclipseo
authored
3fbbca6
Copy full SHA for 3fbbca6
Partially fix CI targets (rust-lang/packed-simd#355)
Show description for 68c7163
workingjubilee
authored
68c7163
Copy full SHA for 68c7163
Correctly name Armv7-A Android target
workingjubilee
committed
8a4d939
Copy full SHA for 8a4d939
Raise instr limit for x86_64-android
Show description for 65953d1
workingjubilee
committed
65953d1
Copy full SHA for 65953d1
Disable bitmask tests on bigendian
workingjubilee
committed
55781f2
Copy full SHA for 55781f2
Double timeouts
Show description for d6585c7
workingjubilee
committed
d6585c7
Copy full SHA for d6585c7
Fix wasm CI by updating tools
workingjubilee
committed
920d46f
Copy full SHA for 920d46f
Fix bigendian CI via recent distros
workingjubilee
committed
485881c
Copy full SHA for 485881c
Use aarch64-apple-ios
Show description for 9963061
workingjubilee
committed
9963061
Copy full SHA for 9963061
Use new NDK in x86-64 Android Dockerfile
workingjubilee
committed
080c9ac
Copy full SHA for 080c9ac
Use new Android NDK in CI
workingjubilee
committed
f5a36a8
Copy full SHA for f5a36a8
Commits on Jul 26, 2023
Port ci from travis to github actions (#352)
Show description for ffce298
jhorstmann
and
workingjubilee
authored
ffce298
Copy full SHA for ffce298
Commits on Apr 26, 2023
Clean up dated README notice
workingjubilee
committed
d28356b
Copy full SHA for d28356b
Commits on Apr 25, 2023
Fix docs
lylythechosenone
authored and
workingjubilee
committed
1c19efb
Copy full SHA for 1c19efb
Commits on Apr 16, 2023
Publish packed_simd again
workingjubilee
committed
93a6cb3
Copy full SHA for 93a6cb3
Commits on Jun 1, 2022
Bump version number in readme
calebzulawski
committed
e4ec7ce
Copy full SHA for e4ec7ce
Commits on May 31, 2022
Bump version
calebzulawski
committed
aad3f14
Copy full SHA for aad3f14
Merge pull request #344 from thomcc/crate-pub-crate
Show description for 6e48de8
calebzulawski
authored
6e48de8
Copy full SHA for 6e48de8
Commits on May 24, 2022
Fix some warnings from outdated code
thomcc
committed
de3fd23
Copy full SHA for de3fd23
Replace `crate` with `pub(crate)`
thomcc
committed
0d5887b
Copy full SHA for 0d5887b
Commits on Jan 30, 2022
Bump to 3.6.7
workingjubilee
committed
6ff2d7d
Copy full SHA for 6ff2d7d
Merge pull request #341 from hkratz/remove_llvm_asm
Show description for 6d3c23e
workingjubilee
authored
6d3c23e
Copy full SHA for 6d3c23e
Commits on Jan 18, 2022
Remove reference to unused llvm_asm feature which has been removed from Rust nightly.
Show description for 27e2c89
hkratz
committed
27e2c89
Copy full SHA for 27e2c89
Commits on Sep 29, 2021
Merge pull request #331 from vks/patch-2
Show description for b475526
workingjubilee
authored
b475526
Copy full SHA for b475526
Commits on Sep 10, 2021
Update version in README
vks
authored
93c7e06
Copy full SHA for 93c7e06
Commits on Sep 9, 2021
Merge pull request #326 from remilauzier/master
Show description for db8810e
workingjubilee
authored
db8810e
Copy full SHA for db8810e
Pagination
Previous
Next
You can’t perform that action at this time.