https://git.reactos.org/?p=reactos.git;a=commitdiff;h=764cb5b8a5736f934fcf82aa0ca7bff5c4b9bf4b

commit 764cb5b8a5736f934fcf82aa0ca7bff5c4b9bf4b
Author:     Timo Kreuzer <[email protected]>
AuthorDate: Mon Oct 28 19:10:25 2024 +0200
Commit:     Timo Kreuzer <[email protected]>
CommitDate: Sat Nov 16 20:01:49 2024 +0200

    [VCRUNTIME] Add pmmintrin.h
---
 sdk/include/vcruntime/pmmintrin.h | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

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 ([email protected])
+ */
+
+#pragma once
+
+#define _INCLUDED_PMM
+
+#include <emmintrin.h>
+
+#define _MM_DENORMALS_ZERO_MASK 0x0040
+#define _MM_DENORMALS_ZERO_ON   0x0040
+#define _MM_DENORMALS_ZERO_OFF  0x0000

Reply via email to