Skip to content

Commit

Permalink
Remove TODO for assume on Xe - it's already enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbabokin committed Aug 30, 2021
1 parent fa6b33b commit b89fe91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stdlib.ispc
Original file line number Diff line number Diff line change
Expand Up @@ -7008,7 +7008,6 @@ static unmasked inline int16 avg_down(int16 a, int16 b) {
// Assume uniform/varying ops
__declspec(safe)
static inline void assume(uniform bool test) {
// To DO : Enable for genx. Currently calls a dummy function.
__do_assume_uniform(test);
return;
}

0 comments on commit b89fe91

Please sign in to comment.