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/8f249243/simplify-arithmetic


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/8f249243/simplify-arithmetic-ops updated. v0.8.4-1111-g8eed492
Date: Sun, 23 Apr 2017 04:38:43 +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/8f249243/simplify-arithmetic-ops has been updated
       via  8eed4921cc2a6df26da696d9373e7a4965d911bd (commit)
       via  a368bb0bbcf16a9ab4dd6b5e92e8e06648fcaf3d (commit)
       via  bb087cf0315ead5d6c50607d0c7635b49b12d01c (commit)
       via  3d2b06879ceab9d8ba68db09a1cd7fd30471e1e3 (commit)
      from  8b2e978e9cc89f05db6af2a3b2d319661614f8db (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 8eed4921cc2a6df26da696d9373e7a4965d911bd
Author: Marek Marecki <address@hidden>
Date:   Sun Apr 23 04:34:27 2017 +0200

    Rewrite arithmetic instructions

commit a368bb0bbcf16a9ab4dd6b5e92e8e06648fcaf3d
Author: Marek Marecki <address@hidden>
Date:   Sun Apr 23 04:34:16 2017 +0200

    Add arithmetic operators to Integer and Float types

commit bb087cf0315ead5d6c50607d0c7635b49b12d01c
Author: Marek Marecki <address@hidden>
Date:   Sun Apr 23 03:33:31 2017 +0200

    Simplified casts for numbers

commit 3d2b06879ceab9d8ba68db09a1cd7fd30471e1e3
Author: Marek Marecki <address@hidden>
Date:   Sun Apr 23 03:16:37 2017 +0200

    Make Boolean a type distinct from numerics

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

Summary of changes:
 include/viua/types/boolean.h     | 21 ++---------
 include/viua/types/float.h       |  8 +++++
 include/viua/types/integer.h     |  8 +++++
 include/viua/types/number.h      |  8 +++++
 src/process/instr/arithmetic.cpp | 76 ++++++++++++----------------------------
 src/types/float.cpp              | 21 +++++++++++
 src/types/integer.cpp            | 21 +++++++++++
 tests/tests.py                   |  1 +
 8 files changed, 92 insertions(+), 72 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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