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-107-g163b3ab
Date: Sun, 16 Jul 2017 21:06:53 +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  163b3aba62206f5d57ae083c14b953521dec8307 (commit)
       via  443480d56fd2d77f88bacdc33322c7d51a5d9f8f (commit)
      from  ca284183d63701a735642373f86029468e73bc39 (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 163b3aba62206f5d57ae083c14b953521dec8307
Author: Marek Marecki <address@hidden>
Date:   Sun Jul 16 21:06:49 2017 +0200

    Fix implementation of "ror" instruction

commit 443480d56fd2d77f88bacdc33322c7d51a5d9f8f
Author: Marek Marecki <address@hidden>
Date:   Sun Jul 16 21:06:32 2017 +0200

    Tests for "rol" and "ror" instructions (rotate left and right)

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

Summary of changes:
 .../asm/bits/manipulation/{arithmetic_shift_left.asm => rol.asm}   | 7 ++++---
 .../asm/bits/manipulation/{arithmetic_shift_left.asm => ror.asm}   | 7 ++++---
 src/types/bits.cpp                                                 | 4 +++-
 tests/tests.py                                                     | 6 ++++++
 4 files changed, 17 insertions(+), 7 deletions(-)
 copy sample/asm/bits/manipulation/{arithmetic_shift_left.asm => rol.asm} (83%)
 copy sample/asm/bits/manipulation/{arithmetic_shift_left.asm => ror.asm} (83%)


hooks/post-receive
-- 
Viua VM



reply via email to

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