-
-
Notifications
You must be signed in to change notification settings - Fork 15k
SIMD intrinsics often fail to inline #53069
Copy link
Copy link
Closed
Labels
A-SIMDArea: SIMD (Single Instruction Multiple Data)Area: SIMD (Single Instruction Multiple Data)I-slowIssue: Problems and improvements with respect to performance of generated code.Issue: Problems and improvements with respect to performance of generated code.
Metadata
Metadata
Assignees
Labels
A-SIMDArea: SIMD (Single Instruction Multiple Data)Area: SIMD (Single Instruction Multiple Data)I-slowIssue: Problems and improvements with respect to performance of generated code.Issue: Problems and improvements with respect to performance of generated code.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Here's my code:
Note that
mm_blendv_epi8fails to inline, ruining performance.This happens a lot and it makes using SIMD intrinsics very annoying. I have to start using inline asm.