Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91303754
check_builtin_expect.cc
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Nov 9, 20:06
Size
128 B
Mime Type
text/x-c
Expires
Mon, Nov 11, 20:06 (2 d)
Engine
blob
Format
Raw Data
Handle
22229001
Attached To
rAKA akantu
check_builtin_expect.cc
View Options
#include <iostream>
int
main
()
{
if
(
__builtin_expect
(
true
,
1
))
{
std
::
cout
<<
"has __builtin_expect"
<<
std
::
endl
;
}
}
Event Timeline
Log In to Comment