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-809-ga2c870d
Date: Fri, 3 Nov 2017 23:42:21 +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  a2c870db76abf41d1b69e4b1530637327a63003f (commit)
       via  1e708170cdb2b6b6444c2e8c8ce66a627399366e (commit)
       via  79986257a987e6b0dfbc0438aff6095669631c93 (commit)
       via  14ade418e7c6affc2dfa525da4d798690ae54be9 (commit)
       via  838d6a59f468d026c3e9a943abd2421193ca82d5 (commit)
       via  3826046305b6d299184430c64cc6b464a8af5538 (commit)
       via  f319f421ca179f92f53eb79c91994261a5b3e6f9 (commit)
      from  6d4442cc668e0c2c04d6f7b393be882e94c5522e (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 a2c870db76abf41d1b69e4b1530637327a63003f
Author: Marek Marecki <address@hidden>
Date:   Fri Nov 3 23:42:18 2017 +0100

    Test division

commit 1e708170cdb2b6b6444c2e8c8ce66a627399366e
Author: Marek Marecki <address@hidden>
Date:   Fri Nov 3 23:41:44 2017 +0100

    Implement a *naive* division algorithm

commit 79986257a987e6b0dfbc0438aff6095669631c93
Author: Marek Marecki <address@hidden>
Date:   Fri Nov 3 23:41:13 2017 +0100

    Do not divide by zero (bad things happen)

commit 14ade418e7c6affc2dfa525da4d798690ae54be9
Author: Marek Marecki <address@hidden>
Date:   Fri Nov 3 23:40:16 2017 +0100

    Implement comparison operators (for bits) that are needed for division

commit 838d6a59f468d026c3e9a943abd2421193ca82d5
Author: Marek Marecki <address@hidden>
Date:   Fri Nov 3 23:39:25 2017 +0100

    Implement subtraction, it will be needed for division

commit 3826046305b6d299184430c64cc6b464a8af5538
Author: Marek Marecki <address@hidden>
Date:   Fri Nov 3 23:38:41 2017 +0100

    Move the function earlier (in the translation unit) as it is needed by more 
functions now

commit f319f421ca179f92f53eb79c91994261a5b3e6f9
Author: Marek Marecki <address@hidden>
Date:   Fri Nov 3 23:37:12 2017 +0100

    Implement binary-to-boolean cast in terms of "primitive" function

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

Summary of changes:
 .../{multiplication.asm => division_of_same.asm}   |  4 +-
 src/types/bits.cpp                                 | 94 ++++++++++++++++++----
 tests/tests.py                                     |  3 +
 3 files changed, 84 insertions(+), 17 deletions(-)
 copy sample/asm/bits/arithmetic/{multiplication.asm => division_of_same.asm} 
(89%)


hooks/post-receive
-- 
Viua VM



reply via email to

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