Intrinsics for ERI - 3 instructions vrcp28, vrsqrt28, vexp2, only vector forms.
Intrinsics include SAE (Suppres All Exceptions) parameter.
Details
Details
- Reviewers
anemet rob.khasanov
Diff Detail
Diff Detail
Event Timeline
lib/Target/X86/X86InstrAVX512.td | ||
---|---|---|
5 | Please also mention that for scalar types we map them to the smallest (128-bit) vector type with the same element type. And the motivation: so that masking logic can be transferred to them. LGTM with something like that. |
Please also mention that for scalar types we map them to the smallest (128-bit) vector type with the same element type. And the motivation: so that masking logic can be transferred to them.
LGTM with something like that.