Is there a plan for some sort of intrinsics in Julia? The most recent 
iterations of the x86 ISA have things like pext that 
extract specific bits in a dw, or qw and pack them together. 
Currently to use an instruction like that I define a C function create a shared 
lib and make a ccall.
This is rather sub optimal and the function while very simple is not inlined 
obviously...

Thanks,

-ETL

Reply via email to