Intel® C++ Compiler 16.0 User and Reference Guide

_mm_spflt

Sets performance monitoring filtering mask. Corresponding instruction is spflt. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).

Syntax

extern unsigned int __cdecl _mm_spflt_32(unsigned int r1);

extern _MM_UINT64_TYPE __cdecl _mm_spflt_64(_MM_UINT64_TYPE r1);

Parameters

r1

source operand with 32-, or 64-bit elements

Description

Sets the performance monitor filtering mask for the current thread.

Returns

Returns the result of the operation.