Skip to content

Commit

Permalink
Simpler way to get 0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Mar 25, 2024
1 parent 0190acf commit 5f31abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fidget/src/jit/x86_64/interval.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ impl Assembler for IntervalAssembler {

// Clear the lowest value of the interval, leaving us with [0, ...]
; C:
; mov eax, (0f32).to_bits() as i32
; xor eax, eax
; vpinsrd Rx(reg(out_reg)), Rx(reg(out_reg)), eax, 0
// fallthrough to end

Expand Down

0 comments on commit 5f31abb

Please sign in to comment.