Skip to content

Commit 764cb5b

Browse files
committed
[VCRUNTIME] Add pmmintrin.h
1 parent a67f368 commit 764cb5b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

sdk/include/vcruntime/pmmintrin.h

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)