Andes Workshop

It is currently Fri Mar 29, 2024 2:03 am

All times are UTC + 8 hours [ DST ]




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: 請問如__builtin_memset 這些API有無文件說明
PostPosted: Thu Jan 24, 2013 6:05 pm 
Offline
User avatar

Joined: Fri Mar 04, 2011 9:36 pm
Posts: 500
Q: 請問如__builtin_memset 這些API有無文件說明?

A:相關GCC預設所支援的built-in function可在這底下這個連結查到:
http://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html

“GCC includes built-in versions of many of the functions in the standard C library. The versions prefixed with __builtin_ are always treated as having the same meaning as the C library function... “

簡而言之就是像 __builtin_memset,它是和memset語意一模一樣的~

__builtin_ function本來是內建給compiler自己使用的,
user如果要用也可以。compiler會認得__builtin_ function的語意,
自動產生code,而且是呼叫function。
少了呼叫function的overhead.


Top
 Profile Send private message E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC + 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 16 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group