mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-20 08:24:44 +00:00
Fix typo
This commit is contained in:
parent
36407dcc3a
commit
2b65701f02
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ impl<'a> BasicBlockControlState<'a> {
|
|||
fn start(&mut self, label: SpirvWord) {
|
||||
self.denormal_f32 =
|
||||
RegisterState::new(self.global_denormal_f32.basic_blocks.contains(&label));
|
||||
self.denormal_f32 =
|
||||
self.denormal_f16f64 =
|
||||
RegisterState::new(self.global_denormal_f16f64.basic_blocks.contains(&label));
|
||||
self.foldable_rounding_f32 = None;
|
||||
self.foldable_rounding_f16f64 = None;
|
||||
|
|
Loading…
Add table
Reference in a new issue