Skip to content

Conversation

@RileyDavidson
Copy link

  • Added setup instructions to readme
  • Added missing include
  • Changed from find_library to find_package for gflags
  • Removed broken(?) asserts

Update readme to add instructions
Removing what appears to be broken asserts, they always fail. Might actually be needed?

Added missed dependency
Changed to find_package
__builtin_ctzl(valid_orientation_[piece]))) {
if (fixed_[at]) {
assert(fixed_[at] == piece_mask(piece));
//assert(fixed_[at] == piece_mask(piece));
Copy link
Author

Choose a reason for hiding this comment

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

Not sure why this fails every time I run gen


for (int piece = 0; piece < N; ++piece) {
assert(count[piece] == hints_[piece].second);
//assert(count[piece] == hints_[piece].second);
Copy link
Author

Choose a reason for hiding this comment

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

Not sure why this fails every time I run gen

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.

1 participant