Skip to content

Fixed CBLAS symbol name: cblas_zaxbpy_64 -> cblas_zaxpby_64#1280

Open
ACSimon33 wants to merge 1 commit into
Reference-LAPACK:masterfrom
ACSimon33:cherry-pick-7872e2d6
Open

Fixed CBLAS symbol name: cblas_zaxbpy_64 -> cblas_zaxpby_64#1280
ACSimon33 wants to merge 1 commit into
Reference-LAPACK:masterfrom
ACSimon33:cherry-pick-7872e2d6

Conversation

@ACSimon33
Copy link
Copy Markdown
Contributor

Description

Fixed wrong name of extended API CBLAS function:

cblas_zaxbpy_64 -> cblas_zaxpby_64

Copilot AI review requested due to automatic review settings May 13, 2026 12:04
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request fixes a typo in the 64-bit (extended integer) CBLAS API by correcting the exported prototype name from cblas_zaxbpy_64 to cblas_zaxpby_64, aligning the header with the existing CBLAS naming and implementation.

Changes:

  • Renamed the zaxpby 64-bit CBLAS function prototype in the public header to the correct symbol name.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants