Details
Details
- Reviewers
nicholas craig.topper
Diff Detail
Diff Detail
Event Timeline
Comment Actions
What utility does MOVBE serve? We don't have an instrinsic headers that needs this like the others. As far as I can tell gcc doesn't define this.
Comment Actions
GCC doesn't define this, but icc does. Just like e.g. AVX512CD, it can be used to conditionally enable code that uses the instruction as a fast implementation for an algorithm.