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
.
OpenMathLib
/
OpenBLAS
Public
Notifications
You must be signed in to change notification settings
Fork
1.7k
Star
7.6k
Code
Issues
83
Pull requests
34
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
add visibility=default to exported functions, visibility=hidden to most assembler
- #5577
#5577
Merged
martin-frbg
merged 16 commits into
OpenMathLib:develop
OpenMathLib/OpenBLAS:develop
from
mattip:attrib-hidden
mattip/OpenBLAS:attrib-hidden
Copy head branch name to clipboard
Jul 23, 2026
Conversation
Commits
16
(16)
Checks
Files changed
Merged
add visibility=default to exported functions, visibility=hidden to most assembler
#5577
martin-frbg
merged 16 commits into
OpenMathLib:develop
OpenMathLib/OpenBLAS:develop
from
mattip:attrib-hidden
mattip/OpenBLAS:attrib-hidden
Copy head branch name to clipboard
Commits
Commits on Feb 4, 2026
add visibility=default to exported functions, visibility=hidden to most assembler
mattip
committed
be7da1f
View commit details
Copy full SHA for be7da1f
Browse repository at this point
move defines to separate file for kernels/generic/lsame.c
mattip
committed
73f3475
View commit details
Copy full SHA for 73f3475
Browse repository at this point
only use '.hidden' on ELF
mattip
committed
b53e015
View commit details
Copy full SHA for b53e015
Browse repository at this point
windows needs declaration to match definition
mattip
committed
da494a5
View commit details
Copy full SHA for da494a5
Browse repository at this point
add OPENBLAS_EXPORT to cblas.h during build, remove for install
mattip
committed
1353767
View commit details
Copy full SHA for 1353767
Browse repository at this point
fix position of OPENBLAS_EXPORT, decorate server_win32 function
mattip
committed
d0c4d08
View commit details
Copy full SHA for d0c4d08
Browse repository at this point
add another OPENBLAS_EXPORT
mattip
committed
5d13317
View commit details
Copy full SHA for 5d13317
Browse repository at this point
typo
mattip
committed
c4d1ab8
View commit details
Copy full SHA for c4d1ab8
Browse repository at this point
remove '-fvisibility=hidden' in cmake LAPACK_CFLAGS
mattip
committed
3c5cea0
View commit details
Copy full SHA for 3c5cea0
Browse repository at this point
cleanup, set '-fvisibility=hidden' flag
mattip
committed
fc243a3
View commit details
Copy full SHA for fc243a3
Browse repository at this point
Commits on Feb 5, 2026
move cflag modification in Makefile and fixup lapack c compilation
mattip
committed
a5eeb2b
View commit details
Copy full SHA for a5eeb2b
Browse repository at this point
Commits on Feb 6, 2026
copy exports.h to palack-netlib/LAPACKE/include
mattip
committed
ea44d63
View commit details
Copy full SHA for ea44d63
Browse repository at this point
Commits on Jul 21, 2026
Merge branch 'develop' into attrib-hidden
martin-frbg
authored
63ad298
View commit details
Copy full SHA for 63ad298
Browse repository at this point
expose openblas_set_xerbla
martin-frbg
authored
39cdbe6
View commit details
Copy full SHA for 39cdbe6
Browse repository at this point
Commits on Jul 23, 2026
Export openblas_cancel and openblas_xerbla_handler
martin-frbg
authored
a543bd5
View commit details
Copy full SHA for a543bd5
Browse repository at this point
Expressly add visibility=default to override the "hidden" in CFLAGS
martin-frbg
authored
15a1484
View commit details
Copy full SHA for 15a1484
Browse repository at this point
You can’t perform that action at this time.