Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix composition of f2c and complex return style in Apple Accelerate #82

Merged
merged 2 commits into from
Sep 27, 2022

Conversation

staticfloat
Copy link
Member

When I added complex return style detection in #61 I failed to test it on an f2c BLAS such as Apple Accelerate, where I would have noticed that we were already applying a similar workaround there. This cleanly separates the two concerns, and fixes macOS testing, which would have showcased the problem immediately.

@ViralBShah
Copy link
Collaborator

Should the SO version should be bumped to 5.0.3?

With the new complex return style code in 0829248, we don't need to do
this work, and indeed when we do it twice, Accelerate breaks on x86_64
macOS.
@staticfloat staticfloat force-pushed the sf/f2c_complexret_composition branch from ab93661 to 3b4c984 Compare September 26, 2022 20:44
@staticfloat staticfloat merged commit 1be8417 into main Sep 27, 2022
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