We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67f368 commit 764cb5bCopy full SHA for 764cb5b
sdk/include/vcruntime/pmmintrin.h
@@ -0,0 +1,16 @@
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 ([email protected])
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
0 commit comments