Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91275783
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, 14:16
Size
128 B
Mime Type
text/x-c
Expires
Mon, Nov 11, 14:16 (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