Skip to content

Conversation

@adamant-pwn
Copy link
Collaborator

Merge Marianna's changes into master.

MESSAGE(STATUS "Compiling with flags: -march=native -mbmi2 -msse4.2")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=native")
MESSAGE(STATUS "Compiling with flags: -march=core-avx2 -mbmi2 -msse4.2")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=core-avx2")
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not sure I understand why we need this...

@adamant-pwn
Copy link
Collaborator Author

Also see ratschlab/metagraph#497 for related changes in metagraph repo.

@adamant-pwn
Copy link
Collaborator Author

@hmusta hi, do you remember what was going on here? I understand we proceeded with your implementation instead of Marianna's, so this should be ok to discard by now?

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.

3 participants