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

📄 usraltivec.c

📁 IXP425的BSP代码
💻 C
字号:
/* usrAltivec.c - dsp support library *//* Copyright 1984-1999 Wind River Systems, Inc. */#include "copyright_wrs.h"/*modification history--------------------01a,10may01,dtr Created*//* DESCRIPTION : * Initialises shell task options and general spawn task options to  * include VX_ALTIVEC_TASK  */#include "altivecLib.h" void usrAltivecInit (void)    {    altivecInit();#ifdef  INCLUDE_SHELL    {    extern int shellTaskOptions;    extern int spTaskOptions;    shellTaskOptions |= VX_ALTIVEC_TASK;    spTaskOptions |= VX_ALTIVEC_TASK;    }#endif  /* INCLUDE_SHELL */#ifdef  INCLUDE_SHOW_ROUTINES    altivecShowInit ();                     /* install dsp show routine */#endif  /* INCLUDE_SHOW_ROUTINES */    }

⌨️ 快捷键说明

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