-
Notifications
You must be signed in to change notification settings - Fork 6
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
[WIP] Wrc20 code golfing #1
base: master
Are you sure you want to change the base?
Conversation
* endian fixes * work with wrc20 test suite
* replace bigendian64 with native version * sprinkle some noinits * be a bit more typeful when loading things
@@ -1,22 +0,0 @@ | |||
--os:standalone |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please keep the config (the flags part of it). It allows using nim+clang more naturally unlike the makefile.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there's a compile error when it's present that I haven't investigated, will readd later
@@ -0,0 +1,34 @@ | |||
L=/home/arnetheduck/src/nlvm/ext/llvm-8.0.0.src/sha/bin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you fix these paths?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could if I had a good idea how that didn't involve lots of mess :) WIP for now, this branch shouldn't be merged yet
No description provided.