nak: A quick rustfmt fix
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24998>
This commit is contained in:
committed by
Marge Bot
parent
2b4621b9d8
commit
c32b73fdf2
@@ -5,7 +5,7 @@
|
||||
|
||||
extern crate nak_ir_proc;
|
||||
|
||||
use crate::bitview::{BitMutView};
|
||||
use crate::bitview::BitMutView;
|
||||
pub use crate::nak_builder::{
|
||||
Builder, InstrBuilder, SSABuilder, SSAInstrBuilder,
|
||||
};
|
||||
@@ -1101,7 +1101,7 @@ impl Src {
|
||||
SrcRef::Zero | SrcRef::Imm32(0) => match self.src_mod {
|
||||
SrcMod::FNeg | SrcMod::FNegAbs => true,
|
||||
_ => false,
|
||||
}
|
||||
},
|
||||
SrcRef::Imm32(0x80000000) => {
|
||||
src_type == SrcType::F32 && self.src_mod.is_none()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user