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-922-gb93c9d4
Date: Thu, 30 Nov 2017 07:11:46 +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  b93c9d4f87445203d7bde9c01a8fb773509615ee (commit)
       via  50ede7be63686d1f50e63fecd81d3a25b928936e (commit)
       via  8883a2b7bc4a9f5dcd5e9400fbff9340dab43157 (commit)
       via  99fda155e27cc84d66ac33bf7a72d6306a215d2d (commit)
       via  2b3be0c9ee46235cdf544334fef1b227ecd82f9f (commit)
      from  f08ba809ea6a5fc02dfbb179563ce7523d7bde64 (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 b93c9d4f87445203d7bde9c01a8fb773509615ee
Author: Marek Marecki <address@hidden>
Date:   Thu Nov 30 07:11:26 2017 +0100

    Implement saturating signed division

commit 50ede7be63686d1f50e63fecd81d3a25b928936e
Author: Marek Marecki <address@hidden>
Date:   Thu Nov 30 07:10:47 2017 +0100

    Basic tests for saturating signed division

commit 8883a2b7bc4a9f5dcd5e9400fbff9340dab43157
Author: Marek Marecki <address@hidden>
Date:   Wed Nov 29 14:11:06 2017 +0100

    Two new tests for saturating multiplication

commit 99fda155e27cc84d66ac33bf7a72d6306a215d2d
Author: Marek Marecki <address@hidden>
Date:   Wed Nov 29 14:09:44 2017 +0100

    Fix signed_make_min(): it was returning minimum + 1, instead of a minimum

commit 2b3be0c9ee46235cdf544334fef1b227ecd82f9f
Author: Marek Marecki <address@hidden>
Date:   Tue Nov 28 13:58:28 2017 +0100

    Implement and test saturating signed multiplication

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

Summary of changes:
 .../64_and_minus_2_multiplication.asm}             |   4 +-
 ...ition.asm => 65_and_minus_2_multiplication.asm} |   6 +-
 .../maximum_by_minimum_division.asm}               |   2 +-
 .../minimum_by_maximum_division.asm}               |   3 +-
 ...asm => mish_mash_saturating_multiplication.asm} |   4 +-
 src/types/bits.cpp                                 | 192 ++++++++++++++++++++-
 tests/tests.py                                     |  35 ++++
 7 files changed, 232 insertions(+), 14 deletions(-)
 copy 
sample/asm/bits/arithmetic/{signed_checked/overflowing_64x2_multiplication.asm 
=> signed_saturating/64_and_minus_2_multiplication.asm} (88%)
 copy sample/asm/bits/arithmetic/signed_saturating/{basic_addition.asm => 
65_and_minus_2_multiplication.asm} (84%)
 copy sample/{static_analysis/izero_reported_as_unused.asm => 
asm/bits/arithmetic/signed_saturating/maximum_by_minimum_division.asm} (97%)
 copy sample/asm/bits/arithmetic/{signed_wrapping/minimum_maximum_addition.asm 
=> signed_saturating/minimum_by_maximum_division.asm} (93%)
 copy 
sample/asm/bits/arithmetic/signed_saturating/{mish_mash_both_positive_addition.asm
 => mish_mash_saturating_multiplication.asm} (89%)


hooks/post-receive
-- 
Viua VM



reply via email to

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