This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: paddb vs paddw


Hi Ankit,

>Both the programs give the same output. WHY IS IT SO? i am using paddb and paddw. it dosent make any diff?

Try these number instead, and see if it makes a difference:

uint8_t a[8]={0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87};
uint8_t b[8]={0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8};
uint8_t i;

HTH,
--Eljay


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]