$em++ -g -I src/lib/ -I boost src/lib/pke/multiparty.cpp -v
In file included from src/lib/pke/multiparty.cpp:7: In file included from src/lib/pke/multiparty.h:10: In file included from src/lib/Common/Defines.h:9: In file included from /home/user/emsdk/fastcomp/fastcomp/lib/clang/6.0.1/include/emmintrin.h:27: In file included from /home/user/emsdk/fastcomp/fastcomp/lib/clang/6.0.1/include/xmmintrin.h:27: /home/user/emsdk/fastcomp/fastcomp/lib/clang/6.0.1/include/mmintrin.h:47:5: error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? __builtin_ia32_emms();
#include <emmintrin.h>
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/77bcb151-7497-4fe9-87a8-43137473538a%40googlegroups.com.
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/5866ecc7-c122-4084-9429-2fd07c5b09fc%40googlegroups.com.
em++ -msimd128 -g -I src/lib/ -I boost src/lib/pke/multiparty.cpp -v
In file included from src/lib/pke/multiparty.cpp:7: In file included from src/lib/pke/multiparty.h:10: In file included from src/lib/Common/Defines.h:9:
/home/jonathanesteban/emsdk/fastcomp/emscripten/system/include/wasm_simd128.h:482:18: error: use of undeclared identifier '__builtin_wasm_bitselect' return (v128_t)__builtin_wasm_bitselect((__i32x4)a, (__i32x4)b, (__i32x4)mask); ^ /home/jonathanesteban/emsdk/fastcomp/emscripten/system/include/wasm_simd128.h:492:10: error: use of undeclared identifier '__builtin_wasm_any_true_i8x16' return __builtin_wasm_any_true_i8x16((__i8x16)a);
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/f5c1f2cd-df01-4292-835b-3bcb8121a027%40googlegroups.com.