A state-of-the-art multithreading runtime: message-passing based, fast, scalable, ultra-low overhead
I can't compile any program with Weave on a M1 Macbook. I'm using Nim 1.6.8. Here's the error: ``` /Users/admin/.cache/nim/scan_r/@m..@s..@[email protected]@[email protected]@sweave@smemory@smemory_pools.nim.c:313:14: error: unknown token in expression asm( "movq %%gs:0, %0":"=r"(result):: ^ <inline asm>:1:7: note: instantiated into assembly here movq %gs:0, x8 ^ /Users/admin/.cache/nim/scan_r/@m..@s..@[email protected]@[email protected]@sweave@smemory@smemory_pools.nim.c:313:14: error: invalid operand asm( "movq %%gs:0, %0":"=r"(result):: ^ <inline asm>:1:7: note: instantiated into assembly here movq %gs:0, x8 ^ /Users/admin/.cache/nim/scan_r/@m..@s..@[email protected]@[email protected]@sweave@smemory@smemory_pools.nim.c:313:14: error: unknown token in expression asm( "movq %%gs:0, %0":"=r"(result):: ^ <inline asm>:1:7: note: instantiated into assembly here movq %gs:0, x8 ^ /Users/admin/.cache/nim/scan_r/@m..@s..@[email protected]@[email protected]@sweave@smemory@smemory_pools.nim.c:313:14: error: invalid operand asm( "movq %%gs:0, %0":"=r"(result):: ^ <inline asm>:1:7: note: instantiated into assembly here movq %gs:0, x8 ``` I've tried gcc and clang.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by its5Q and has received 2 comments.