What does Intel IPP status 49 (ippStsFeatureNotSupported) mean?

 
Could be also:
ConstantTypeOS
KERN_OPERATION_TIMED_OUTKern returnMac
EUNATCHerrnoLinux
EADDRNOTAVAILerrnoMac
EDQUOTerrnoSolaris
PHASE0_INITIALIZATION_FAILEDBugCheck CodeWindows
Previous Next
ippStsSizeWrn ippStsUnknownFeature

ippStsFeatureNotSupported

This warning belongs to feature selection. It can appear when an application requests a CPU feature mask or optimized path that is not available in the current runtime environment.

Unlike ippStsUnknownFeature, the feature identifier itself is understood; the problem is that the active CPU, VM, or library layer cannot provide it.

Diagnostic focus

  • Compare requested features with ippGetCpuFeatures and ippGetEnabledCpuFeatures.
  • Check whether a VM or container hides AVX, AVX2, AVX-512, or other SIMD capabilities.
  • Log feature masks symbolically; raw integers are hard to audit.

IPP CPU feature functions · Intel IPP CPU dispatching


Looking for a different code? Search another status or error code.