[sim] added riscv folder to softfloat
[riscv-isa-sim.git] / softfloat / softfloat.h
1 #ifdef __cplusplus
2 extern "C" {
3 #endif
4
5 #ifndef _SOFTFLOAT_H
6 #define _SOFTFLOAT_H
7
8 #include "softfloat-header"
9
10 #endif
11
12 #ifdef __cplusplus
13 }
14 #endif