--- 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
--- 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
--- 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
--- 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
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