------- Comment #4 from hjl dot tools at gmail dot com 2008-08-01 12:53 ------- (In reply to comment #2) > Google leads me to VC++ reference which says "Moves the lower 64 bits of the > lower 64 bits of the result, zeroing the upper bits. > > I guess inlining and type fixing messes this up very early. >
Please download Intel64/IA32 SDM from: http://developer.intel.com/products/processor/manuals/index.htm _mm_move_epi64 is an intrinsic for "movq". -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36992