diff options
Diffstat (limited to 'arch/nios2/lib/math.h')
| -rw-r--r-- | arch/nios2/lib/math.h | 16 | 
1 files changed, 0 insertions, 16 deletions
| diff --git a/arch/nios2/lib/math.h b/arch/nios2/lib/math.h deleted file mode 100644 index f0aed8edc..000000000 --- a/arch/nios2/lib/math.h +++ /dev/null @@ -1,16 +0,0 @@ -#define BITS_PER_UNIT	8 - -typedef	 int HItype			__attribute__ ((mode (HI))); -typedef unsigned int UHItype		__attribute__ ((mode (HI))); - -typedef		 int SItype		__attribute__ ((mode (SI))); -typedef unsigned int USItype		__attribute__ ((mode (SI))); - -typedef int word_type			__attribute__ ((mode (__word__))); - -struct SIstruct {HItype low, high;}; - -typedef union { -	struct SIstruct s; -	SItype ll; -} SIunion; |