Compiler/AWR1642: The Function Declaration Of C6x.h - TI E2E
Có thể bạn quan tâm
TI E2E support forums - Search
- User
- Site
- Search
- User
- E2E™ design support >
- Forums
- Technical articles
- TI training
- Getting started
- 简体中文
- More
- Cancel
Code Composer Studio™︎
Code Composer Studio forum
- Mentions
- Tags
- More
- Cancel
- Ask a related question What is a related question? A related question is a question created from another question. When the related question is created, it will be automatically linked to the original question.
- Ask a new question
- Ask a new question
- Cancel
- State Resolved
- Locked Locked
- Replies 1 reply
- Subscribers 54 subscribers
- Views 1035 views
- Users 0 members are here
- AWR1642
- CGT_C6000
- TI C/C++ Compiler
- Tags
- More
- Cancel
- Share
- More
- Cancel
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Compiler/AWR1642: the function declaration of c6x.h user6124565 Prodigy 60 points
Part Number: AWR1642 Tool/software: TI C/C++ Compiler
Hi , many functions are declared in the c6x.h,
such as
double _fabs (double);float _fabsf (float);long long _mpyidll (int, int);int _spint (float);int _dpint (double);
What does _spint mean? I can't find an explanation for these functions. Can you help me?
The location of c6x.h on my computer is: C:\ti\ccs920\ccs\tools\compiler\ti-cgt-c6000_8.3.4\lib\src.
Tanks
over 5 years ago- Cancel
- 0 George Mock over 5 years ago TI__Guru**** 251290 points
user6124565 said:double _fabs (double);float _fabsf (float);long long _mpyidll (int, int);int _spint (float);int _dpint (double);
Those are the names of intrinsics. An intrinsic acts like a function call, but is not implemented by calling a function. Instead, one instruction (sometimes a few instructions) is emitted. The name of the intrinsic is usually similar to the instruction. Please search the C6000 compiler manual for the sub-chapter titled Using Intrinsics to Access Assembly Language Statements. The behavior of each intrinsic is documented.
Thanks and regards,
-George
- Cancel
- Up 0 True Down
- Cancel
Từ khóa » Ti C6x.h
-
Ti-cgt_c6000/c6x.h At Master - GitHub
-
TI C6X Built-in Functions (Using The GNU Compiler Collection (GCC))
-
TI DSP TMS320C66x学习笔记之内联指令(c6x.h中文注释)(六)
-
[PDF] TMS320C6000 Programmer's Guide (Rev. G)
-
[PDF] TMS320C6000 Optimizing Compiler User's Guide (Rev. L)
-
[PDF] TMS320C6000 Optimizing Compiler V8.2.x User's Guide (Rev. B)
-
[PDF] TMS320C6000 Programmer's Guide
-
TI DSP TMS320C66x学习笔记之内联指令(c6x.h中文注释) - 论坛
-
What's The Difference Between Csl_edma.h And Edma.h
-
6.60.33. TI C6X Built-in Functions - GCC 11 - W3cubDocs
-
Real-time Implementation Of H.263+ Using TI TMS320c6201 Digital ...
-
[PDF] TMS320C67x DSP Library Programmer's Reference Guide