Spike, a RISC-V ISA Simulator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
156 B

#ifndef _CVT16_H
#define _CVT16_H
#include <cstdint>
extern uint_fast32_t cvt_hs(uint_fast16_t);
extern uint_fast16_t cvt_sh(uint_fast32_t, int);
#endif