The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#ifndef UNITVEC16_CONVERT_H
#define UNITVEC16_CONVERT_H

typedef unsigned short unitvec16_t;

unitvec16_t unitvec16_pack(float *n);
void unitvec16_unpack(unitvec16_t p, float *n);

#endif /* UNITVEC16_CONVERT_H */