-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* support bit_not for Bool type * add reno * add test for bix_xor
- Loading branch information
Showing
3 changed files
with
122 additions
and
25 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
releasenotes/notes/add_bit_not_for_bool-2aa62305e62a4f34.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
features: | ||
- | | ||
``bit_not`` is defined for ``Uint`` values. However, in other language, | ||
depending hardware, ``Bool`` values can be applied as ``logical_not`` | ||
(``False`` is ``0`` and ``True`` is ``1``). This PR supports such implicit | ||
operations for only "``bit_not``". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters