View previous topic :: View next topic |
Author |
Message |
the_darkside_986
Joined: 04 Apr 2008 Posts: 10
|
Posted: Mon Jul 28, 2008 8:49 am Post subject: Building Walnut on Linux, 64-bit |
|
|
seems impossible due to this statement in value.d:
static assert(Value.sizeof == 16);
And I know for sure that simply removing it is incorrect. Is there any way to patch this to work on 64-bit systems? I had this same problem with vanilla dmdscript. |
|
Back to top |
|
|
dan.from.tokyo
Joined: 17 Jan 2010 Posts: 2
|
Posted: Sun Jan 17, 2010 11:24 pm Post subject: |
|
|
Just a little late...
The way I had Walnut written up, I had that assert in there just to demonstrate that it was in fact 16 byte during development. I had hoped to use XMM registers to do much of the handling when I first started.
It could in fact just be removed. I can't remember if 64 bit has any further problems. |
|
Back to top |
|
|
|