[APInt] Use MathExtras.h BitsToFloat/Double and Float/DoubleToBits instead of...
[APInt] Use MathExtras.h BitsToFloat/Double and Float/DoubleToBits instead of type punning through a union The functions in MathExtras.h uses a safer memcpy instead of going through a union. Differential Revision: https://reviews.llvm.org/D33116 llvm-svn: 302916
Loading
Please register or sign in to comment