From 51e3a17d2e65b095861c243807f4e8d76c60ea0e Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 17 Dec 2020 10:02:23 +0000 Subject: Add Software pipelining stage by tristan et al. --- src/SoftwarePipelining/SPTyping.mli | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/SoftwarePipelining/SPTyping.mli (limited to 'src/SoftwarePipelining/SPTyping.mli') diff --git a/src/SoftwarePipelining/SPTyping.mli b/src/SoftwarePipelining/SPTyping.mli new file mode 100644 index 0000000..c231ddd --- /dev/null +++ b/src/SoftwarePipelining/SPTyping.mli @@ -0,0 +1,15 @@ +(***********************************************************************) +(* *) +(* Compcert Extensions *) +(* *) +(* Jean-Baptiste Tristan *) +(* *) +(* All rights reserved. This file is distributed under the terms *) +(* described in file ../../LICENSE. *) +(* *) +(***********************************************************************) + + + +val type_function : RTL.coq_function -> unit + -- cgit