diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-10 20:50:45 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-10 20:50:45 +0100 |
| commit | 0ddc3c6e48e3a8aaa94dcd932f03a6af878fd2c4 (patch) | |
| tree | d4dccaa68a07cb94872078de5e9f6ba4271e084f /libj2_ji_sat_lsh_to_j2i.c | |
| parent | m (diff) | |
| download | libj2-0ddc3c6e48e3a8aaa94dcd932f03a6af878fd2c4.tar.gz libj2-0ddc3c6e48e3a8aaa94dcd932f03a6af878fd2c4.tar.bz2 libj2-0ddc3c6e48e3a8aaa94dcd932f03a6af878fd2c4.tar.xz | |
Add sat_lsh, sat_add, sat_sub
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libj2_ji_sat_lsh_to_j2i.c')
| -rw-r--r-- | libj2_ji_sat_lsh_to_j2i.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libj2_ji_sat_lsh_to_j2i.c b/libj2_ji_sat_lsh_to_j2i.c new file mode 100644 index 0000000..9fc6b09 --- /dev/null +++ b/libj2_ji_sat_lsh_to_j2i.c @@ -0,0 +1,12 @@ +/* See LICENSE file for copyright and license details. */ +#include "common.h" +#ifndef TEST + +extern inline void libj2_ji_sat_lsh_to_j2i(intmax_t a, unsigned b, struct libj2_j2i *res); + + +#else + +CONST int main(void) { return 0; } /* TODO test */ + +#endif |
