diff options
| author | Alasdair | 2019-02-21 23:15:15 +0000 |
|---|---|---|
| committer | Alasdair | 2019-02-21 23:18:23 +0000 |
| commit | 084fb032de3495671d557e31dbc55dc8400f9d81 (patch) | |
| tree | da26657dd4d71173aa94c756d5877988846b3c4a /lib/sail.h | |
| parent | 9c13d5888fdd12aa46f9a3b1a752cf040bc94939 (diff) | |
Allow monomorphisation with C generation
Run C tests with -O -Oconstant_fold -auto_mono
Diffstat (limited to 'lib/sail.h')
| -rw-r--r-- | lib/sail.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -153,6 +153,9 @@ SAIL_INT_FUNCTION(pow_int, sail_int, const sail_int, const sail_int); SAIL_INT_FUNCTION(pow2, sail_int, const sail_int); +void make_the_value(sail_int *, const sail_int); +void size_itself_int(sail_int *, const sail_int); + /* ***** Sail bitvectors ***** */ typedef uint64_t fbits; |
