This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Using bt,bts


Hello, 
is there a reason why for example
x=x|(1<<11);
is not expanded into 
bts rax,11 
?
-- 

Someone is broadcasting pygmy packets and the router doesn't know how to deal with them.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]