From 5a5416d575f68e416ebe713ad76dc468a59ac23c Mon Sep 17 00:00:00 2001 From: Maxime Martinasso Date: Sat, 3 Jan 2015 17:51:48 -0600 Subject: x86: implements the simd128 ADDSUBPD instruction This patch implements the simd128 ADDSUBPD instruction for the x86 architecture. Tested with a simple program in assembly language which executes the instruction. Checked that different versions of the instruction are executed by using the execution tracing option. Committed by: Nilay Vaish