Skip to content

Commit 70fefce

Browse files
committed
[SM6.10][HLK] Restructure LinAlg Tests
1 parent 3eb0d28 commit 70fefce

2 files changed

Lines changed: 291 additions & 215 deletions

File tree

tools/clang/unittests/HLSLExec/HlslTestDataTypes.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
#ifndef HLSLTESTDATATYPES_H
22
#define HLSLTESTDATATYPES_H
33

4+
#ifdef min
5+
#undef min
6+
#endif
7+
#ifdef max
8+
#undef max
9+
#endif
10+
411
#include <ostream>
512

613
#include <DirectXMath.h>

0 commit comments

Comments
 (0)