Loading README.md +20 −5 Original line number Diff line number Diff line Loading @@ -294,12 +294,27 @@ Element-wise operations on small vectors sometimes show overhead from Eigen's packet dispatch; the compiler's auto-vectorization of the scalar path is competitive for trivial loops. Contributions ============= Contributing ============ Submit a [Merge Request](https://gitlab.com/tesch1/cppduals/merge_requests) on GitLab. Please follow the existing coding style, add tests for new functionality, and ensure the test suite passes with no decrease in coverage percentage. Reporting Issues ================ File issues on the [GitLab issue tracker](https://gitlab.com/tesch1/cppduals/issues). Include your platform, compiler and version, C++ standard, and a minimal code example that reproduces the problem. Support ======= Questions, bug reports, bug fixes, and contributions are welcome. Submit an [Issue](https://gitlab.com/tesch1/cppduals/issues) or [Merge Request](https://gitlab.com/tesch1/cppduals/merge_requests). For questions or help using the library, open a [GitLab issue](https://gitlab.com/tesch1/cppduals/issues) with the "question" label. Contributors ------------ Loading Loading
README.md +20 −5 Original line number Diff line number Diff line Loading @@ -294,12 +294,27 @@ Element-wise operations on small vectors sometimes show overhead from Eigen's packet dispatch; the compiler's auto-vectorization of the scalar path is competitive for trivial loops. Contributions ============= Contributing ============ Submit a [Merge Request](https://gitlab.com/tesch1/cppduals/merge_requests) on GitLab. Please follow the existing coding style, add tests for new functionality, and ensure the test suite passes with no decrease in coverage percentage. Reporting Issues ================ File issues on the [GitLab issue tracker](https://gitlab.com/tesch1/cppduals/issues). Include your platform, compiler and version, C++ standard, and a minimal code example that reproduces the problem. Support ======= Questions, bug reports, bug fixes, and contributions are welcome. Submit an [Issue](https://gitlab.com/tesch1/cppduals/issues) or [Merge Request](https://gitlab.com/tesch1/cppduals/merge_requests). For questions or help using the library, open a [GitLab issue](https://gitlab.com/tesch1/cppduals/issues) with the "question" label. Contributors ------------ Loading