Displaying 2 results from an estimated 2 matches for "b3yvx".
Did you mean:
b3yvxe
2020 May 27
4
default behavior or
...ang should emit this "no-trapping-math"="true" by default if it
goes with this assumption https://llvm.org/docs/LangRef.html#floatenv ?
what is default behavior of clang -fno-trapping-math or -ftrapping-math?
also clang default behavior does not match gcc?
https://godbolt.org/z/B3YvxE
./kamlesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200527/85c57d10/attachment.html>
2020 May 27
2
By default clang does not emit trap insn
...ng-math"="true" by default if it
>> goes with this assumption https://llvm.org/docs/LangRef.html#floatenv ?
>> what is default behavior of clang -fno-trapping-math or -ftrapping-math?
>> also clang default behavior does not match gcc?
>> https://godbolt.org/z/B3YvxE
>>
>> ./kamlesh
>>
>>
>> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was...