Descriptioncmd/6g: fix float32/64->uint64 conversion
CVTSS2SQ's rounding mode is controlled by the RC field of MXCSR;
as we specifically need truncate semantic, we should use CVTTSS2SQ.
Fixes issue 3804.
Patch Set 1 #Patch Set 2 : diff -r 100ddb84c85d https://code.google.com/p/go/ #Patch Set 3 : diff -r 6751a0e1a6a4 https://code.google.com/p/go/ #
Total comments: 1
Patch Set 4 : diff -r 87e3318f6a52 https://code.google.com/p/go/ #Patch Set 5 : diff -r 87e3318f6a52 https://code.google.com/p/go/ #Patch Set 6 : diff -r 87e3318f6a52 https://code.google.com/p/go/ #Patch Set 7 : diff -r 87e3318f6a52 https://code.google.com/p/go/ #Patch Set 8 : diff -r 87e3318f6a52 https://code.google.com/p/go/ #Patch Set 9 : diff -r 1f9e023245d4 https://code.google.com/p/go/ #Patch Set 10 : diff -r 1f9e023245d4 https://code.google.com/p/go/ #MessagesTotal messages: 6
|