cttz_i8 is not defined

37 views
Skip to first unread message

Sören Balko

unread,
May 13, 2013, 2:09:29 AM5/13/13
to emscripte...@googlegroups.com
Hi,

I am having a problem running an asm.js-ed piece of code where node tells me "cttz_i8" was not defined. Apparently, the error is located within the line (symbol table?) below // EMSCRIPTEN_END_ASM

I grepped the js file to find cttz_i8 but it actually does not seem to get declared in the first place. The only other references to cttz_i8 I could find are in the first line below // EMSCRIPTEN_START_ASM where it is accessed from env.cttz_i8

Any ideas?

Thanks,
Soeren

Sören Balko

unread,
May 13, 2013, 2:22:53 AM5/13/13
to emscripte...@googlegroups.com
The problem seems to be related to the PRECISE_I64_MATH setting. When set to 0 or 1 the missing cttz_i8 problem occurs. When set to 2, the problem goes away...

Alon Zakai

unread,
May 13, 2013, 7:46:57 PM5/13/13
to emscripte...@googlegroups.com
Must be a bug in our dependency tracking. Can you make a testcase?

- Alon



--
You received this message because you are subscribed to the Google Groups "emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to emscripten-disc...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply all
Reply to author
Forward
0 new messages