Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Added support for bitwise operations #553

Merged
merged 15 commits into from
Oct 31, 2021

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    fe55b2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5664b65 View commit details
    Browse the repository at this point in the history
  3. Add binary bitwise operations

    1aguna committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    4bf646b View commit details
    Browse the repository at this point in the history
  4. Add bitwise operator tests

    1aguna committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    9f93fd9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    519dca4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3b5375 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7cf8824 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    6976a4e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Configuration menu
    Copy the full SHA
    5c47348 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Update use declarations in src/compute/bitwise.rs

    Co-authored-by: Jorge Leitao <jorgecarleitao@gmail.com>
    1aguna and jorgecarleitao committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    ce9ca77 View commit details
    Browse the repository at this point in the history
  2. Remove itertools from tests/it/compute/bitwise.rs

    Co-authored-by: Jorge Leitao <jorgecarleitao@gmail.com>
    1aguna and jorgecarleitao committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    b29598c View commit details
    Browse the repository at this point in the history
  3. Update use declarations in benches/bitwise.rs

    Co-authored-by: Jorge Leitao <jorgecarleitao@gmail.com>
    1aguna and jorgecarleitao committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    54f9739 View commit details
    Browse the repository at this point in the history
  4. Update tests/it/compute/bitwise.rs

    Co-authored-by: Jorge Leitao <jorgecarleitao@gmail.com>
    1aguna and jorgecarleitao committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    3e9ca08 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. Configuration menu
    Copy the full SHA
    f2e1757 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    046ec36 View commit details
    Browse the repository at this point in the history