Skip to content

Commit 05ade6d

Browse files
alsepkowdamyanp
andauthored
Update tools/clang/unittests/HLSLExec/LongVectors.cpp
Co-authored-by: Damyan Pepper <damyanp@microsoft.com>
1 parent b00a634 commit 05ade6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clang/unittests/HLSLExec/LongVectors.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@ class DxilConf_SM69_Vectorized {
15361536
} else {
15371537
D3D12_FEATURE_DATA_D3D12_OPTIONS1 WaveOpts;
15381538
VERIFY_SUCCEEDED(D3DDevice->CheckFeatureSupport(
1539-
(D3D12_FEATURE)D3D12_FEATURE_D3D12_OPTIONS1, &waveOpts,
1539+
D3D12_FEATURE_D3D12_OPTIONS1, &waveOpts,
15401540
sizeof(waveOpts)));
15411541

15421542
WaveSize = waveOpts.WaveLaneCountMin;

0 commit comments

Comments
 (0)