[PATCH] D14054: Use hexadecimal floating point literals instead of decimal

Yaron Keren via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 21:40:08 PST 2015


yaron.keren added a subscriber: yaron.keren.
yaron.keren added a comment.

Visual C++ does not  support hexadecimal floating point literals.
Since all of these are actually integers they should work without the ".0" and ".0f".


http://reviews.llvm.org/D14054





More information about the llvm-commits mailing list