Skip to content
Snippets Groups Projects
Commit 1d4c9824 authored by Matthew Craven's avatar Matthew Craven Committed by Marge Bot
Browse files

Cmm: Add surface syntax for Word/Float bitcast ops

parent 5b05c27b
No related branches found
No related tags found
Loading
......@@ -1109,7 +1109,10 @@ machOps = listToUFM $
( "f2i32", flip MO_FS_Truncate W32 ),
( "f2i64", flip MO_FS_Truncate W64 ),
( "i2f32", flip MO_SF_Round W32 ),
( "i2f64", flip MO_SF_Round W64 )
( "i2f64", flip MO_SF_Round W64 ),
( "w2f_bitcast", MO_WF_Bitcast ),
( "f2w_bitcast", MO_FW_Bitcast )
]
callishMachOps :: Platform -> UniqFM FastString ([CmmExpr] -> (CallishMachOp, [CmmExpr]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment