Skip to content

Commit f2c00cf

Browse files
FractalFirantoyo
andauthored
Update src/builder.rs
Co-authored-by: antoyo <[email protected]>
1 parent 93ba988 commit f2c00cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/builder.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@ use crate::type_of::LayoutGccExt;
4040

4141
// TODO(antoyo)
4242
type Funclet = ();
43+
4344
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
4445
pub enum ShiftKind {
4546
Logical,
4647
Arithmetic,
4748
}
49+
4850
enum ExtremumOperation {
4951
Max,
5052
Min,

0 commit comments

Comments
 (0)