Do Intel CPUs support TBM (Trailing Bit Manipulation) instructions?
I am trying to use bextr
on Intel with an immediate argument and getting a SIGILL when the CPUID
bit for tbm
is set.
Does this mean that Intel CPUs do not support TBM?
What is the proper way to check for TBM support?
Should only check this bit if the vendor id is AuthenticAMD
?