#ifndef _COMMON_FLOAT_H
#define _COMMON_FLOAT_H

typedef float  f32;
typedef double f64;

#endif

