intrinsics.h
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:0k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* intrinsics.h - map INCLUDE_INTRINSICS to toolchain specific intrinsics */
  2. /* Copyright 2001 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01a,06feb02,sn   wrote
  7. */
  8. /*
  9. DESCRIPTION
  10. Map INCLUDE_INTRINSICS to INCLUDE_GNU_INTRINSICS. Included when TOOL_FAMILY=gnu.
  11.  
  12. NOMANUAL
  13. */
  14. #ifdef INCLUDE_INTRINSICS
  15. #ifndef INCLUDE_GNU_INTRINSICS
  16. #define INCLUDE_GNU_INTRINSICS
  17. #endif
  18. #endif