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

#641 - Use SIMD instructions for Vector/Matrix calculations. #649

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

sys27
Copy link
Owner

@sys27 sys27 commented Jul 9, 2023

Closes #641

@sys27 sys27 added this to the xFunc 4.3.0 milestone Jul 9, 2023
@sys27 sys27 self-assigned this Jul 9, 2023
@codecov
Copy link

codecov bot commented Jul 9, 2023

Codecov Report

Merging #649 (d63ddec) into dev (bb3902c) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##              dev     #649   +/-   ##
=======================================
  Coverage   99.61%   99.61%           
=======================================
  Files         210      211    +1     
  Lines        8222     8264   +42     
=======================================
+ Hits         8190     8232   +42     
  Misses         32       32           
Impacted Files Coverage Δ
xFunc.Maths/Expressions/Matrices/VectorValue.cs 100.00% <100.00%> (ø)
xFunc.Maths/Processor.cs 98.21% <100.00%> (+0.10%) ⬆️
xFunc.Maths/Results/MatrixValueResult.cs 100.00% <100.00%> (ø)
xFunc.Maths/Results/VectorValueResult.cs 100.00% <100.00%> (ø)

@sys27 sys27 force-pushed the feature/matrix-simd branch 5 times, most recently from bae6534 to 55d9bcf Compare July 10, 2023 12:36
@sys27 sys27 marked this pull request as ready for review July 10, 2023 12:52
@sys27 sys27 merged commit ee7cd1f into dev Jul 10, 2023
5 checks passed
@sys27 sys27 deleted the feature/matrix-simd branch July 10, 2023 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Matrix Optimization
1 participant