Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] library for int32 and operation on bits

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] library for int32 and operation on bits


chronological Thread 
  • From: Sandrine Blazy <Sandrine.Blazy AT irisa.fr>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] library for int32 and operation on bits
  • Date: Thu, 24 Mar 2011 11:15:32 +0100

Le 24/03/11 10:31, AUGER Cedric a écrit :
Le Thu, 24 Mar 2011 11:07:51 +0800,
geng 
chen<chengeng4001 AT gmail.com>
  a écrit :
To sum up, I advise you to take a look on the compcert project,
they have a good set of operations on integers, sorry I don't send you
a link, but I can't find the online documentation of compcert (I was
pretty sure there was one, but I don't find it).
The link to the representation of 32-bits machine integers in CompCert is
http://compcert.inria.fr/doc/html/Integers.html

This representation relies on Coq arbitrary-precision integers (type
Z). Bitwise operations are defined on these integers using a
conversion between Coq integers Z and their bit-level representations.




Archive powered by MhonArc 2.6.16.

Top of Page