Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-r-earp committed Feb 27, 2024
1 parent 0ec8082 commit 1f9bf30
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions krnlc/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ fn add_spec_constant_ops(module: &mut rspirv::dr::Module) {
| Op::UMod
| Op::SRem
| Op::SMod
/* | Op::ShiftRightLogical
/* | Op::ShiftRightLogical
| Op::ShiftRightArithmetic
| Op::ShiftLeftLogical
| Op::BitwiseOr
Expand All @@ -1272,8 +1272,7 @@ fn add_spec_constant_ops(module: &mut rspirv::dr::Module) {
| Op::ULessThanEqual
| Op::SLessThanEqual
| Op::UGreaterThanEqual
| Op::SGreaterThanEqual
// | Op::QuantizeToF16
| Op::SGreaterThanEqual /* | Op::QuantizeToF16 */
) {
if let Some(result_id) = inst.result_id {
let mut used_constants = FxHashSet::default();
Expand Down

0 comments on commit 1f9bf30

Please sign in to comment.