viuavm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Viuavm-commits] [SCM] Viua VM branch issue/177/5534fb2a/implement-bit-m


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/177/5534fb2a/implement-bit-manipulation-instructions updated. v0.9.0-118-g7ccddd8
Date: Tue, 18 Jul 2017 00:00:44 +0200 (CEST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Viua VM".

The branch, issue/177/5534fb2a/implement-bit-manipulation-instructions has been 
updated
       via  7ccddd8fada6c7381869bd2178cb9717e6709243 (commit)
       via  30e3d00f38bf3e0115bfcde71ae569743821b2c9 (commit)
      from  f16613167d974df8ac3309c84237d737035b4416 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7ccddd8fada6c7381869bd2178cb9717e6709243
Author: Marek Marecki <address@hidden>
Date:   Tue Jul 18 00:00:40 2017 +0200

    Fix bitwise "and", "or", and "xor" when using operands with different widths

commit 30e3d00f38bf3e0115bfcde71ae569743821b2c9
Author: Marek Marecki <address@hidden>
Date:   Mon Jul 17 23:59:57 2017 +0200

    Tests for bitwise "and", "or", and "xor" of operands with different widths

-----------------------------------------------------------------------

Summary of changes:
 .../{ashl_to_void.asm => bitand_with_different_widths.asm}    | 11 ++++++-----
 .../{ashl_to_void.asm => bitor_with_different_widths.asm}     | 11 ++++++-----
 .../{ashl_to_void.asm => bitxor_with_different_widths.asm}    | 11 ++++++-----
 src/types/bits.cpp                                            |  7 ++++---
 tests/tests.py                                                |  9 +++++++++
 5 files changed, 31 insertions(+), 18 deletions(-)
 copy sample/asm/bits/manipulation/{ashl_to_void.asm => 
bitand_with_different_widths.asm} (73%)
 copy sample/asm/bits/manipulation/{ashl_to_void.asm => 
bitor_with_different_widths.asm} (73%)
 copy sample/asm/bits/manipulation/{ashl_to_void.asm => 
bitxor_with_different_widths.asm} (73%)


hooks/post-receive
-- 
Viua VM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]