📄 mathhardlib.c
字号:
/* mathHardLib.c - hardware floating point math library *//* Copyright 1984-1996 Wind River Systems, Inc. */#include "copyright_wrs.h"/*modification history--------------------01a,10nov96,tpr written.*//*DESCRIPTIONThis library provides support routines for using the hardware floatingpoint functions.*/#include "vxWorks.h"#include "math.h"#include "fppLib.h"/******************************************************************************** mathHardInit - initialize hardware floating point math support** This routine is called from usrConfig if INCLUDE_HW_FP is defined. * This routine will intialize the floating point hardware support * library (fppLib) and also cause the linker to include the functions* in mathHardALib.s. **/void mathHardInit () { fppInit (); /* initialize the hardware support */ }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -