From 764cb5b8a5736f934fcf82aa0ca7bff5c4b9bf4b Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Mon, 28 Oct 2024 19:10:25 +0200 Subject: [PATCH] [VCRUNTIME] Add pmmintrin.h --- sdk/include/vcruntime/pmmintrin.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sdk/include/vcruntime/pmmintrin.h diff --git a/sdk/include/vcruntime/pmmintrin.h b/sdk/include/vcruntime/pmmintrin.h new file mode 100644 index 00000000000..012db450ec6 --- /dev/null +++ b/sdk/include/vcruntime/pmmintrin.h @@ -0,0 +1,16 @@ +/* + * PROJECT: ReactOS SDK + * LICENSE: MIT (https://spdx.org/licenses/MIT) + * PURPOSE: Intrinsics for the SSE3 instruction set + * COPYRIGHT: Copyright 2024 Timo Kreuzer (timo.kreuzer@reactos.org) + */ + +#pragma once + +#define _INCLUDED_PMM + +#include + +#define _MM_DENORMALS_ZERO_MASK 0x0040 +#define _MM_DENORMALS_ZERO_ON 0x0040 +#define _MM_DENORMALS_ZERO_OFF 0x0000