"__cmpccxadd_epi*" -> "_cmpccxadd_epi*"
This is to align with other intrinsics to follow single leading "_" style. Gcc
and intrinsic guide website will also apply this change.
Details
Details
- Reviewers
LuoYuanke pengfei skan - Commits
- rG9816c1912d56: [X86] Rename CMPCCXADD intrinsics.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Sorry for not mention. This patch is mainly to align with other intrinsics to follow single leading "_" style. Gcc and intrinsic guide website will also apply this change.