Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <lg@larrygritz.com>
  • Loading branch information
lgritz committed Sep 24, 2024
1 parent 568b66a commit 97b5965
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/liboslexec/llvm_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1315,6 +1315,7 @@ get_required_cpu_features_for(TargetISA target)
case TargetISA::AVX512: return required_cpu_features_by_AVX512;
case TargetISA::AVX512_noFMA: return required_cpu_features_by_AVX512_noFMA;
default:
print("Oh no, target was {:d}\n", static_cast<int>(target));
OSL_ASSERT(
0
&& "incomplete required cpu features for target are not specified");
Expand Down

0 comments on commit 97b5965

Please sign in to comment.