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 inline asm in dscal: mark x, x1 as clobbered. Fixes #2408 #2410

Merged
merged 1 commit into from
Feb 12, 2020

Conversation

bartoldeman
Copy link
Contributor

The leaq instructions in dscal_kernel_inc_8 modify x and x1 so they
must be declared as input/output constraints, otherwise the compiler
may assume the corresponding registers are not modified.



The leaq instructions in dscal_kernel_inc_8 modify x and x1 so they
must be declared as input/output constraints, otherwise the compiler
may assume the corresponding registers are not modified.
@martin-frbg martin-frbg added this to the 0.3.9 milestone Feb 12, 2020
@martin-frbg
Copy link
Collaborator

Thanks for tracking this down, seems I bungled it in #2010

@martin-frbg martin-frbg merged commit 8a9e9a8 into OpenMathLib:develop Feb 12, 2020
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