Skip to content

Commit e69bf7e

Browse files
committed
NFC. Clang-format
1 parent 135b1cd commit e69bf7e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

clang/lib/Headers/hlsl.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@
1616
#pragma clang diagnostic ignored "-Whlsl-dxc-compatability"
1717
#endif
1818

19-
20-
#include "hlsl/hlsl_detail.h"
21-
#include "hlsl/hlsl_basic_types.h"
2219
#include "hlsl/hlsl_alias_intrinsics.h"
20+
#include "hlsl/hlsl_basic_types.h"
21+
#include "hlsl/hlsl_detail.h"
2322
#include "hlsl/hlsl_intrinsics.h"
2423

2524
#if defined(__clang__)

clang/lib/Headers/hlsl/hlsl_alias_intrinsics.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2123,7 +2123,6 @@ template <typename T, int Sz>
21232123
_HLSL_BUILTIN_ALIAS(__builtin_hlsl_select)
21242124
vector<T, Sz> select(vector<bool, Sz>, vector<T, Sz>, vector<T, Sz>);
21252125

2126-
21272126
/// \fn vector<T,Sz> select(vector<bool,Sz> Conds, T TrueVal,
21282127
/// vector<T,Sz> FalseVals)
21292128
/// \brief ternary operator for vectors. All vectors must be the same size.

0 commit comments

Comments
 (0)