Revision: 7613
http://mlton.svn.sourceforge.net/mlton/?rev=7613&view=rev
Author: fluet
Date: 2012-07-04 11:07:52 +0000 (Wed, 04 Jul 2012)
Log Message:
-----------
CVTSFP2SI and CVTSI2SFP instructions only require suffix for 64-bit integers.
GNU assembler accepts 'cvts{s,d}2sil' and 'cvtsi2s{s,d}l', but gcc
doesn't generate these instructions with an 'l' suffix.
Clang assembler does not accept 'cvtsi2s{s,d}l' (but does accept
'cvts{s,d}2sil'), and clang doesn't generate these instructions with
an 'l' suffix.
Modified Paths:
--------------
mlton/trunk/mlton/codegen/amd64-codegen/amd64.fun
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
MLton-commit mailing list
MLt...@li...; mlt...@ml...
https://lists.sourceforge.net/lists/listinfo/mlton-commit
|