DescriptionClarify build test for presense of 'float copysign(float, float)'.
Clang-cl reports __cplusplus based on the version of clang instead of
reporting the __cplusplus the vc++ version _MSC_VER would.
This is important as the _MSC_VER also indicates which vc++ runtime
library will be used. As a result, do not trust the __cplusplus version
reported by clang-cl.
This change clarifies the intent of
https://skia.googlesource.com/skia/+/c34b0d4e9ad5806c1f882a1f85191f2ea8ddcdba
Committed: https://skia.googlesource.com/skia/+/ef59adba5b5058c60c1b92b17904b2813be644ea
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|