mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:23:10 +00:00
[CRT] Fix CRT headers a bit
* Remove unused internal version of float.h * Define _STATIC_ASSERT in crtdefs.h * Add some missing declarations
This commit is contained in:
parent
0f3d052af9
commit
b05cc36208
9 changed files with 28 additions and 189 deletions
|
@ -22,7 +22,7 @@ typedef union _DECLSPEC_INTRIN_TYPE _CRT_ALIGN(16) __m128i
|
|||
unsigned __int32 m128i_u32[4];
|
||||
unsigned __int64 m128i_u64[2];
|
||||
} __m128i;
|
||||
C_ASSERT(sizeof(__m128i) == 16);
|
||||
_STATIC_ASSERT(sizeof(__m128i) == 16);
|
||||
|
||||
typedef struct _DECLSPEC_INTRIN_TYPE _CRT_ALIGN(16) __m128d
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue