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 }}
p12tic
/
libsimdpp
Public
Notifications
You must be signed in to change notification settings
Fork
130
Star
1.3k
Code
Issues
53
Pull requests
8
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 26, 2024
Merge pull request #186 from p12tic/optimizations
Show description for 55860b5
p12tic
authored
55860b5
Copy full SHA for 55860b5
Fix extract_bits() implementation on non-x86
p12tic
committed
c6d94b5
Copy full SHA for c6d94b5
Merge pull request #185 from p12tic/optimizations
Show description for 6826110
p12tic
authored
6826110
Copy full SHA for 6826110
Implement extract_bits_any() for 64-bit types
p12tic
committed
f3cb489
Copy full SHA for f3cb489
Optimize extract() for float32<4> on SSE2
p12tic
committed
8f86e52
Copy full SHA for 8f86e52
Optimize extract() for float64<2> on SSE2
p12tic
committed
97283e5
Copy full SHA for 97283e5
Optimize extract() for float64<4> on AVX2
Show description for 9225599
p12tic
committed
9225599
Copy full SHA for 9225599
Use vunpcklpd instead of vmovhlps in zip_lo()
Show description for a8bb345
p12tic
committed
a8bb345
Copy full SHA for a8bb345
Merge pull request #184 from p12tic/copysign
Show description for ebac1a1
p12tic
authored
ebac1a1
Copy full SHA for ebac1a1
Add copysign() function
p12tic
committed
97982d6
Copy full SHA for 97982d6
Commits on Aug 15, 2024
Merge pull request #183 from p12tic/optimize-extract-insert-float-x86
Show description for c217185
p12tic
authored
c217185
Copy full SHA for c217185
Optimize codegen of float insert() on x86
p12tic
committed
91cd774
Copy full SHA for 91cd774
Optimize codegen of float extract() on x86
p12tic
committed
ba9e0e6
Copy full SHA for ba9e0e6
Commits on Aug 11, 2024
Merge pull request #182 from p12tic/extract-bits-any
Show description for c544a52
p12tic
authored
c544a52
Copy full SHA for c544a52
Add support for 16-bit and 32-bit elements to extract_bits_any
p12tic
committed
45c5ca8
Copy full SHA for 45c5ca8
Merge pull request #181 from p12tic/compiler-support
Show description for 1b6668d
p12tic
authored
1b6668d
Copy full SHA for 1b6668d
Fix compilation of reduce_mul on recent versions of GCC on Altivec
p12tic
committed
55bea49
Copy full SHA for 55bea49
Fix compilation of load_u on Altivec on recent GCC versions
p12tic
committed
b20cc21
Copy full SHA for b20cc21
Fix compilation of mull on Altivec on recent GCC versions
p12tic
committed
f2b31c7
Copy full SHA for f2b31c7
Merge pull request #180 from p12tic/shuffle4x2
Show description for 3f23d21
p12tic
authored
3f23d21
Copy full SHA for 3f23d21
Enable 32-bit shuffle4x2 on MSA
p12tic
committed
991a9e8
Copy full SHA for 991a9e8
Enable 32-bit shuffle4x2 on Altivec
p12tic
committed
b150d12
Copy full SHA for b150d12
Merge pull request #179 from p12tic/clamp
Show description for 1cf7968
p12tic
authored
1cf7968
Copy full SHA for 1cf7968
Add implementation of clamp()
p12tic
committed
699bc59
Copy full SHA for 699bc59
Merge pull request #178 from p12tic/fix-gcc-arm-neon-regression
Show description for f4a0c08
p12tic
authored
f4a0c08
Copy full SHA for f4a0c08
Commits on Jun 12, 2024
insn: Work around in GCC regression when generating comparisons on ARM
Show description for 6812070
p12tic
committed
6812070
Copy full SHA for 6812070
Merge pull request #177 from p12tic/log2_approx
Show description for e4ef7fa
p12tic
authored
e4ef7fa
Copy full SHA for e4ef7fa
Commits on Jun 11, 2024
math: Add approximate log2() function for float32
p12tic
committed
becc949
Copy full SHA for becc949
test: Add framework for testing accuracy of math functions
p12tic
committed
6bac8f5
Copy full SHA for 6bac8f5
test: Move insn test helpers to separate file for reuse
p12tic
committed
b4c3db3
Copy full SHA for b4c3db3
Merge pull request #176 from p12tic/isfinite
Show description for 94a827a
p12tic
authored
94a827a
Copy full SHA for 94a827a
Add isfinite()
Show description for 8b5576c
p12tic
committed
8b5576c
Copy full SHA for 8b5576c
Merge pull request #175 from p12tic/fixes
Show description for 7f829aa
p12tic
authored
7f829aa
Copy full SHA for 7f829aa
Fix type conversion templates to only use constant expressions
p12tic
committed
6abe1f1
Copy full SHA for 6abe1f1
Hide GCC-specific warning pragmas on clang
Show description for d1834c5
p12tic
committed
d1834c5
Copy full SHA for d1834c5
Pagination
Previous
Next
You can’t perform that action at this time.