Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Const overflows on ARM builds #6

Open
2 tasks
chewxy opened this issue Apr 21, 2017 · 0 comments
Open
2 tasks

Const overflows on ARM builds #6

chewxy opened this issue Apr 21, 2017 · 0 comments

Comments

@chewxy
Copy link
Owner

chewxy commented Apr 21, 2017

../../const.go:58: constant 1000000000000 overflows int
../../const.go:59: constant 1000000000000000 overflows int

Tasks

  • Create a version of const.go for ARM that doesn't have those two numbers
  • ALTERNATIVE SOLUTION: use int64 for NumberWords
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant