File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
#define ABS_K (a ) ((a) > 0 ? (a) : (-(a)))
5
5
#endif
6
6
7
- #if defined(SKYLAKEX )
7
+ #if defined(SKYLAKEX ) || defined( COOPERLAKE ) || defined( SAPPHIRERAPIDS )
8
8
#include "casum_microk_skylakex-2.c"
9
9
#endif
10
10
Original file line number Diff line number Diff line change 4
4
#define ABS_K (a ) ((a) > 0 ? (a) : (-(a)))
5
5
#endif
6
6
7
- #if defined(SKYLAKEX )
7
+ #if defined(SKYLAKEX ) || defined( COOPERLAKE ) || defined( SAPPHIRERAPIDS )
8
8
#include "dasum_microk_skylakex-2.c"
9
9
#elif defined(HASWELL ) || defined(ZEN )
10
10
#include "dasum_microk_haswell-2.c"
Original file line number Diff line number Diff line change 9
9
10
10
#endif
11
11
12
- #if defined(SKYLAKEX )
12
+ #if defined(SKYLAKEX ) || defined( COOPERLAKE ) || defined( SAPPHIRERAPIDS )
13
13
#include "sasum_microk_skylakex-2.c"
14
14
#elif defined(HASWELL ) || defined(ZEN )
15
15
#include "sasum_microk_haswell-2.c"
Original file line number Diff line number Diff line change 4
4
#define ABS_K (a ) ((a) > 0 ? (a) : (-(a)))
5
5
#endif
6
6
7
- #if defined(SKYLAKEX )
7
+ #if defined(SKYLAKEX ) || defined( COOPERLAKE ) || defined( SAPPHIRERAPIDS )
8
8
#include "zasum_microk_skylakex-2.c"
9
9
#endif
10
10
You can’t perform that action at this time.
0 commit comments