Displaying 2 results from an estimated 2 matches for "7a3a8589".
2012 Mar 05
0
[LLVMdev] Clang question
On Mon, Mar 5, 2012 at 3:09 PM, Ryan Taylor <ryta1203 at gmail.com> wrote:
> Owen,
>
> Nevermind. bb-vectorize causes this optimization I see, I have disabled
> it.
>
> I am still curious though, what is the syntactically correct way to just
> remove the -memcpy using -fno-builtin, I have tried both
> -fno-builtin[-memcpy] and the "gcc" version
2012 Mar 05
2
[LLVMdev] Clang question
Owen,
Nevermind. bb-vectorize causes this optimization I see, I have disabled
it.
I am still curious though, what is the syntactically correct way to just
remove the -memcpy using -fno-builtin, I have tried both
-fno-builtin[-memcpy] and the "gcc" version -fno-builtin-memcpy?
On Mon, Mar 5, 2012 at 3:00 PM, Ryan Taylor <ryta1203 at gmail.com> wrote:
>
> Owen,
>