File tree Expand file tree Collapse file tree 4 files changed +240
-266
lines changed Expand file tree Collapse file tree 4 files changed +240
-266
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,6 @@ set(files
73
73
invpcidintrin.h
74
74
iso646.h
75
75
keylockerintrin.h
76
- keylocker_wide_intrin.h
77
76
limits.h
78
77
lwpintrin.h
79
78
lzcntintrin.h
Original file line number Diff line number Diff line change @@ -472,15 +472,10 @@ _storebe_i64(void * __P, long long __D) {
472
472
#endif
473
473
474
474
#if !(defined(_MSC_VER ) || defined(__SCE__ )) || __has_feature (modules ) || \
475
- defined(__KL__ )
475
+ defined(__KL__ ) || defined( __WIDEKL__ )
476
476
#include <keylockerintrin.h>
477
477
#endif
478
478
479
- #if !(defined(_MSC_VER ) || defined(__SCE__ )) || __has_feature (modules ) || \
480
- defined(__WIDEKL__ )
481
- #include <keylocker_wide_intrin.h>
482
- #endif
483
-
484
479
#if !(defined(_MSC_VER ) || defined(__SCE__ )) || __has_feature (modules ) || \
485
480
defined(__AMXTILE__ ) || defined(__AMXINT8__ ) || defined(__AMXBF16__ )
486
481
#include <amxintrin.h>
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments