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/e8113638/math-on-bits update


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/e8113638/math-on-bits updated. v0.9.0-932-g976f517
Date: Sun, 3 Dec 2017 14:16:36 +0100 (CET)

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/e8113638/math-on-bits has been updated
       via  976f517200e2eaa30cf3b9553c80e2abb3f33d19 (commit)
       via  1377b1b07cae216e935ba5fa4f6087c147736504 (commit)
       via  a93818b410ce0226ad94fa088d47765159e71945 (commit)
       via  44cb6b1f0fe2f3237f2f5aff75a88f6188b7d65c (commit)
      from  345cc0d88c593016127116d958b2438a1c6df916 (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 976f517200e2eaa30cf3b9553c80e2abb3f33d19
Author: Marek Marecki <address@hidden>
Date:   Sun Dec 3 14:16:33 2017 +0100

    Update Changelog

commit 1377b1b07cae216e935ba5fa4f6087c147736504
Author: Marek Marecki <address@hidden>
Date:   Sun Dec 3 14:13:07 2017 +0100

    Additional tests for saturating division

commit a93818b410ce0226ad94fa088d47765159e71945
Author: Marek Marecki <address@hidden>
Date:   Sun Dec 3 13:39:18 2017 +0100

    Test saturating the result of -MIN / -1

commit 44cb6b1f0fe2f3237f2f5aff75a88f6188b7d65c
Author: Marek Marecki <address@hidden>
Date:   Sun Dec 3 12:52:28 2017 +0100

    Remove Clang 4-specific configuration

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

Summary of changes:
 Changelog.markdown                                 |  8 +++-
 Makefile                                           |  3 --
 include/viua/version.h                             |  2 +-
 .../42_7_division.asm                              |  2 +-
 .../42_minus_7_division.asm                        |  4 +-
 .../basic_division.asm                             |  2 +-
 .../minus_42_7_division.asm                        |  4 +-
 .../minus_42_minus_7_division.asm                  |  6 +--
 .../x_x_division.asm                               |  2 +-
 .../x_zero_division.asm                            |  2 +-
 tests/tests.py                                     | 52 ++++++++++++++++++++++
 11 files changed, 70 insertions(+), 17 deletions(-)
 copy sample/asm/bits/arithmetic/{signed_checked => 
signed_saturating}/42_7_division.asm (93%)
 copy sample/asm/bits/arithmetic/{signed_checked => 
signed_saturating}/42_minus_7_division.asm (90%)
 copy sample/asm/bits/arithmetic/{signed_wrapping => 
signed_saturating}/basic_division.asm (93%)
 copy sample/asm/bits/arithmetic/{signed_checked => 
signed_saturating}/minus_42_7_division.asm (90%)
 copy sample/asm/bits/arithmetic/{signed_checked => 
signed_saturating}/minus_42_minus_7_division.asm (87%)
 copy sample/asm/bits/arithmetic/{signed_checked => 
signed_saturating}/x_x_division.asm (93%)
 copy sample/asm/bits/arithmetic/{signed_checked => 
signed_saturating}/x_zero_division.asm (93%)


hooks/post-receive
-- 
Viua VM



reply via email to

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