Skip to content

Commit

Permalink
Separate code for arm64 and others
Browse files Browse the repository at this point in the history
  • Loading branch information
ohler55 committed Dec 26, 2024
1 parent 6aeb268 commit 9d29a68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gen/number.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ func (n *Number) AsNum() (num any) {
// with the operation being in base 2 with a special case for 1.0
// divided by a number.
f += float64(n.Frac) * (1.0 / float64(n.Div))
// TBD still need fix for linux
}
if n.Neg {
f = -f
Expand Down

0 comments on commit 9d29a68

Please sign in to comment.