[Bug target/26445] SSE byte-by-byte load instruction fails to compile

2006-03-13 Thread gchernis11 at msn dot com
--- Comment #7 from gchernis11 at msn dot com 2006-03-13 16:43 --- Subject: RE: SSE byte-by-byte load instruction fails to compile Please let me know what is the status of this bug Please reply, Greg Chernis >From: "pinskia at gcc dot gnu dot org" <[EMAIL PROTE

[Bug target/26445] SSE byte-by-byte load instruction fails to compile

2006-03-07 Thread gchernis11 at msn dot com
--- Comment #6 from gchernis11 at msn dot com 2006-03-07 22:33 --- (In reply to comment #5) > Reducing. What does it mean? How do i change status to active? -- gchernis11 at msn dot com changed: What|Removed |Ad

[Bug target/26445] SSE byte-by-byte load instruction fails to compile

2006-03-03 Thread gchernis11 at msn dot com
--- Comment #4 from gchernis11 at msn dot com 2006-03-03 20:48 --- Created an attachment (id=10966) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10966&action=view) gcc /v -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26445

[Bug target/26445] SSE byte-by-byte load instruction fails to compile

2006-03-03 Thread gchernis11 at msn dot com
--- Comment #3 from gchernis11 at msn dot com 2006-03-03 20:45 --- Created an attachment (id=10965) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10965&action=view) Preprocessed source that fails -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26445

[Bug c++/26445] New: SSE byte-by-byte load instruction fails to compile

2006-02-23 Thread gchernis11 at msn dot com
Call to the following function ... /*inline */ void ConvertFloatSSE(void *inBuff, void *outBuff, int len) { unsigned char* inByteBuffer = reinterpret_cast(inBuff); float* outFloatBuffer = reinterpret_cast(outBuff); for(int i = 0; ihttp://gcc.gnu.org/bugzilla/show_bug.cgi?id=26