Consider inline assembly like this:
uint64_t flags; asm (\"pushf\\n\\tpop %0\" : \"=rm\"(flags) : : /* ??? */);
Nonwithstanding the fact th
As far as I am concerned, this is currently not possible.