Is there any SIMD intrinsic using code in the project? If not, please try to narrow it down to the problematic source file and file a bug with that.
- Alon On Fri, Apr 4, 2014 at 11:54 AM, Kasper Peeters <[email protected]>wrote: > The problem appears with 3.4 as well. > > Cheers, > Kasper > > > On Friday, 4 April 2014 18:57:52 UTC+1, Alon Zakai wrote: > >> Probably 3.5 does some autovectorization that we need to disable. We do >> that for supported llvm versions (3.3 and 3.4). >> >> - Alon >> >> >> >> On Fri, Apr 4, 2014 at 9:18 AM, Kasper Peeters <[email protected]>wrote: >> >>> I am trying to use OpenCV with emcc. When converting a .bc file to .js I >>> am running into >>> the following type of error message: >>> >>> aborting from js compiler due to exception: unknown vector type <2 x >>> i1> | undefined >>> >>> (ditto for other vector types). Is this a consequence of me trying this >>> with clang-3.5 >>> instead of the recommended 3.2 ? Or am I overlooking something else or >>> forgetting >>> to link in something? Thanks for the help! >>> >>> Cheers, >>> Kasper >>> >>> -- > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
