[libcxx-commits] [PATCH] D58004: Bit-casting object representations (p0476r2)

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Feb 9 12:04:46 PST 2019


zoecarver added a comment.

> No, because it wouldn't support everything the standard says. Things like float -> int are also wrong with what you suggest.

Fair enough. Out of curiosity though, what is wrong with float -> int?

> You can look at prior builtins that were added, that's usually the easiest route. In this case I'd wait to see what Erik had, maybe he can upload his partial patch.

Sounds good. I will look over some code and wait for him.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58004/new/

https://reviews.llvm.org/D58004





More information about the libcxx-commits mailing list