On 7/8/17, Roberto C. <[email protected]> wrote:
>
> The undefined symbol, __builtin_mul_overflow, is a GCC primitive. SQLite
> has the option to call it directly. It's supposed to disable itself through
> a some pre-processor checks if it's not supported by the current compiler,
> but I believe icpc defines some pre-processor flags the same as GCC for
> compatibility.
>
Please send me a complete listing of the icpc pre-defined symbols.
For GCC and clang, you obtain such a listing using a command like
this:
gcc -dM -E -x c /dev/null
Maybe icpc works similarly. You can send me the listing directly to
the email below, or post it on the mailing list - whichever is easiest
for you.
--
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users