Skip to content

Putting the C++ files in a src directory#16

Merged
edgar-bonet merged 1 commit intomasterfrom
commit_timothee
May 5, 2026
Merged

Putting the C++ files in a src directory#16
edgar-bonet merged 1 commit intomasterfrom
commit_timothee

Conversation

@arowana755
Copy link
Copy Markdown

No description provided.

@edgar-bonet
Copy link
Copy Markdown
Contributor

edgar-bonet commented Apr 22, 2026

Thanks!

This is a good start! I request some changes though. Please, amend this pull request by:

  • removing the merge commit and the commit that you cherry-picked from master
  • rebasing on master
  • fixing the CI failures

As for the commit message, please try to follow the recommendations in the article How to Write a Git Commit Message.

@arowana755 arowana755 force-pushed the commit_timothee branch 2 times, most recently from 4321386 to fd7b110 Compare April 23, 2026 10:28
@arowana755 arowana755 force-pushed the commit_timothee branch 5 times, most recently from 54e21de to fffca48 Compare May 4, 2026 12:56
@arowana755
Copy link
Copy Markdown
Author

It is done now.

@edgar-bonet
Copy link
Copy Markdown
Contributor

All the tests pass now. Good job!

Now, some final teweaks before I merge. Could you please do the following?

  • reword the commit message in imperative tense
  • move the algebra directory into src
  • fix the INPUT parameter in Doxyfile in order for the Doxygen documentation to be properly built

Comment thread unit-tests/CMakeLists.txt Outdated
@arowana755 arowana755 force-pushed the commit_timothee branch 2 times, most recently from e5d6c14 to 7b0285b Compare May 5, 2026 07:48
@arowana755
Copy link
Copy Markdown
Author

Now it should be good

@edgar-bonet edgar-bonet merged commit 9582215 into master May 5, 2026
2 of 3 checks passed
@edgar-bonet
Copy link
Copy Markdown
Contributor

Merged (with one amendment), thanks!

The only thing I changed: in the compile options, you had replaced -march=native with -mavx2. I restored -march=native, as we want to benefit from all possible SIMD extensions, including AVX512 if available.

@edgar-bonet edgar-bonet deleted the commit_timothee branch May 5, 2026 09:24
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