| Previous | Next |
| ippStsCpuNotSupportedErr |
ippStsNotSupportedModeErr
This status is about an operation mode, not about a malformed pointer or buffer. It usually means that the selected flag, transform direction, processing mode, or specialized path is outside the subset implemented by the linked IPP domain library.
Treat it as a configuration mismatch between the call site and the available primitive. Capturing the exact mode enum, IPP domain, library version, and CPU-dispatch layer is more useful than retrying the same call with different data.
Diagnostic focus
- Check whether the requested mode is documented for this exact primitive and data type.
- Compare static versus dynamic IPP linking if the mode depends on a separately loaded optimized library.
- Keep the original status instead of collapsing it into ippStsBadArgErr; it identifies an unsupported capability boundary.
Intel IPP Error Reporting · Intel IPP CPU dispatching
Looking for a different code? Search another status or error code.