⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 environment.h

📁 基于组件方式开发操作系统的OSKIT源代码
💻 H
字号:
/*	$NetBSD: environment.h,v 1.4 1998/06/28 20:19:30 christos Exp $	*//*===============================================================================This C header file is part of the SoftFloat IEC/IEEE Floating-pointArithmetic Package, Release 1a.Written by John R. Hauser.  This work was made possible by the InternationalComputer Science Institute, located at Suite 600, 1947 Center Street,Berkeley, California 94704.  Funding was provided in part by the NationalScience Foundation under grant MIP-9311980.  The original version ofthis code was written as part of a project to build a fixed-point vectorprocessor in collaboration with the University of California at Berkeley,overseen by Profs. Nelson Morgan and John Wawrzynek.  More informationis available through the web page `http://www.cs.berkeley.edu/~jhauser/softfloat.html'.THIS PACKAGE IS DISTRIBUTED AS IS, FOR FREE.  Although reasonable effort hasbeen made to avoid it, THIS PACKAGE MAY CONTAIN FAULTS THAT WILL AT TIMESRESULT IN INCORRECT BEHAVIOR.  USE OF THIS PACKAGE IS RESTRICTED TO PERSONSAND ORGANIZATIONS WHO CAN AND WILL TAKE FULL RESPONSIBILITY FOR ANY AND ALLLOSSES, COSTS, OR OTHER PROBLEMS ARISING FROM ITS USE.Derivative works are acceptable, even for commercial purposes, so long as(1) they include prominent notice that the work is derivative, and (2) theyinclude prominent notice akin to these three paragraphs for those parts ofthis code that are retained.===============================================================================*//*-------------------------------------------------------------------------------Include common integer types and flags.-------------------------------------------------------------------------------*/#include "arm-gcc.h"/*-------------------------------------------------------------------------------The word `INLINE' appears before all routines that should be inlined.  Ifa compiler does not support inlining, this macro should be defined to be`static'.-------------------------------------------------------------------------------*/#define INLINE static __inline

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -