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

Make it build on linux + various fixes #333

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

iacore
Copy link

@iacore iacore commented Feb 1, 2023

The EX macro is messing with the code, so I deleted one.

Everything else should be self-explanatory.

@iacore iacore changed the title Make it build on linux Make it build on linux + various fixes Feb 1, 2023
Needed for 'default value of lambda parameter'
hyperpoint.cpp Outdated
Comment on lines 24 to 25
static constexpr ld golden_phi = noexcept((sqrt(5)+1)/2);
static constexpr ld log_golden_phi = noexcept(log(golden_phi));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably obvious to @zenorogue, but just in case: obviously don't merge this change, unless you're OK with golden_phi becoming 0.0. 😛

Copy link
Author

@iacore iacore Aug 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh wait. It's 1 for me. Why?

@iacore iacore closed this Aug 24, 2023
I have no idea why I added this.
@iacore iacore reopened this Aug 24, 2023
@Tokarak Tokarak mentioned this pull request Apr 17, 2024
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.

None yet

2 participants