ReactOS 0.4.16-dev-456-ga97fcf1
pmmintrin.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS SDK
3 * LICENSE: MIT (https://spdx.org/licenses/MIT)
4 * PURPOSE: Intrinsics for the SSE3 instruction set
5 * COPYRIGHT: Copyright 2024 Timo Kreuzer (timo.kreuzer@reactos.org)
6 */
7
8#pragma once
9
10#define _INCLUDED_PMM
11
12#include <emmintrin.h>
13
14#define _MM_DENORMALS_ZERO_MASK 0x0040
15#define _MM_DENORMALS_ZERO_ON 0x0040
16#define _MM_DENORMALS_ZERO_OFF 0x0000