[PATCH] D44318: [LangRef] describe the default FP environment

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 20 09:09:32 PDT 2018


hfinkel added a comment.

In https://reviews.llvm.org/D44318#1043205, @scanon wrote:

> I'm OK with this.


LGTM too.

> I thought about mentioning IEEE-754 here, but I don't know how far we can or want to go in that direction.

I wouldn't mind doing this. We do, in fact, assume IEEE-754 representation (except for in special types) and we probably should document that.


https://reviews.llvm.org/D44318





More information about the llvm-commits mailing list