[PATCH] D13411: Use 4294967296.f instead of 0x1p32f to fix MSVC
Saleem Abdulrasool via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 4 11:21:04 PDT 2015
compnerd added a comment.
I think that this really hurts readability. It is unfortunate that MSVC doesn't support this even as of VS2015. Can you please at least leave the current values as comments? Something like:
su_int high = a / 4294967296.f; /* a / 0x1p32f; */
http://reviews.llvm.org/D13411
More information about the llvm-commits
mailing list