Changeset da36d25 for tests


Ignore:
Timestamp:
Apr 14, 2020, 1:30:35 PM (4 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
16ed50e, 4d3e160
Parents:
34d0a28
Message:

first complete draft of bitmanip, performance problems with polymorphic functions

Location:
tests
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • tests/bitmanip1.cfa

    r34d0a28 rda36d25  
     1//
     2// Cforall Version 1.0.0 Copyright (C) 2020 University of Waterloo
     3//
     4// The contents of this file are covered under the licence agreement in the
     5// file "LICENCE" distributed with Cforall.
     6//
     7// bitmanip1.cfa<cfa-cc> --
     8//
     9// Author           : Peter A. Buhr
     10// Created On       : Tue Apr  7 21:20:29 2020
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Tue Apr  7 21:20:57 2020
     13// Update Count     : 1
     14//
     15
    116#include <fstream.hfa>
    217#include <bitmanip.hfa>
  • tests/bitmanip2.cfa

    r34d0a28 rda36d25  
     1//
     2// Cforall Version 1.0.0 Copyright (C) 2020 University of Waterloo
     3//
     4// The contents of this file are covered under the licence agreement in the
     5// file "LICENCE" distributed with Cforall.
     6//
     7// bitmanip2.cfa --
     8//
     9// Author           : Peter A. Buhr
     10// Created On       : Tue Apr  7 21:21:20 2020
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Tue Apr  7 21:21:40 2020
     13// Update Count     : 1
     14//
     15
    116#include <fstream.hfa>
    217#include <bitmanip.hfa>
Note: See TracChangeset for help on using the changeset viewer.