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-41-gfc70266
Date: Fri, 7 Jul 2017 23:35:02 +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  fc7026685801ba4cc3151a3b5935411b474bd777 (commit)
       via  b8d43fd2103803437a10f609d7f98ddea4d7a3a4 (commit)
       via  5260dee902346702e28417efbf7ec4569577292d (commit)
       via  88e81211d9f081e555db70a1816aa4e0dfeb3e70 (commit)
      from  ff6a10b2331abac1b52d13f424f8d6a15bbb9179 (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 fc7026685801ba4cc3151a3b5935411b474bd777
Author: Marek Marecki <address@hidden>
Date:   Fri Jul 7 23:34:59 2017 +0200

    Dispatch "bits" instruction

commit b8d43fd2103803437a10f609d7f98ddea4d7a3a4
Author: Marek Marecki <address@hidden>
Date:   Fri Jul 7 23:34:50 2017 +0200

    Add implementation of "bits" instruction

commit 5260dee902346702e28417efbf7ec4569577292d
Author: Marek Marecki <address@hidden>
Date:   Fri Jul 7 23:34:09 2017 +0200

    Apply style guide

commit 88e81211d9f081e555db70a1816aa4e0dfeb3e70
Author: Marek Marecki <address@hidden>
Date:   Fri Jul 7 23:33:50 2017 +0200

    Fix include guard for bits type header

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

Summary of changes:
 Makefile                                |  5 +++-
 include/viua/types/bits.h               |  4 +--
 include/viua/types/integer.h            | 48 ++++++++++++++++-----------------
 src/process/dispatch.cpp                |  3 +++
 src/process/instr/{str.cpp => bits.cpp} | 20 +++++++-------
 5 files changed, 42 insertions(+), 38 deletions(-)
 copy src/process/instr/{str.cpp => bits.cpp} (66%)


hooks/post-receive
-- 
Viua VM



reply via email to

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