the beginnings of posit interface
[sfpy.git] / cposit.pxd
1 from libc.stdint cimport *
2
3 cdef extern from 'SoftPosit/source/include/softposit.h':
4
5 ctypedef struct posit8_t:
6 pass
7
8 posit8_t i64_to_p8( int64_t );
9 int_fast64_t p8_to_i64( posit8_t);