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

simd4x4f: Use an intermediate for multiplication #135

Merged
merged 1 commit into from
Feb 18, 2019

Conversation

benjamin-otte
Copy link

Otherwise if b == res, the row vectors will be overwritten while they
are still being used.

In particular, this fixes graphene_matrix_multiply (a, b, b) being
broken.

A new test, matrix/mutliply-self has been added.

Fixes #...

Proposed changes:

  • ...

Benchmark results:

  • Before: ...
  • After: ...

Test suite changes:

  • ...

Otherwise if b == res, the row vectors will be overwritten while they
are still being used.

In particular, this fixes graphene_matrix_multiply (a, b, b) being
broken.

A new test, matrix/mutliply-self has been added.
@ebassi ebassi merged commit 753c9e7 into ebassi:master Feb 18, 2019
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