Skip to content

Conversation

@elbeno
Copy link
Contributor

@elbeno elbeno commented Jan 6, 2025

Problem:

  • reset(bit) does not take an order to apply.
  • flip does not allow bit ranges like set and reset do.

Solution:

  • Give reset(bit) an order argument.
  • Provide flip overloads to match set and reset.

Problem:
- `reset(bit)` does not take an order to apply.
- `flip` does not allow bit ranges like `set` and `reset` do.

Solution:
- Give `reset(bit)` an order argument.
- Provide `flip` overloads to match `set` and `reset`.
@lukevalenty lukevalenty enabled auto-merge January 6, 2025 16:53
@lukevalenty lukevalenty merged commit 25911ff into intel:main Jan 6, 2025
32 checks passed
@elbeno elbeno deleted the fix-atomic-bitset-reset branch January 6, 2025 21:43
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