Menu

Svn Commit Log


Commit Date  
[r2770] by sms00

No problem with gcc3. BUT on OSX 10.4 the warning (with caution it will be
fatal eventually):

bsad.c: In function 'bsad_altivec':
bsad.c:160: warning: target of assignment not really an lvalue; this will be a hard error in the future

on Fedora Core4 Test3 it's a fatal error.
https://sourceforge.net/tracker/?func=detail&atid=105776&aid=1206626&group_id=5776

Fix is to cast the return value to the variable type. Intead of

vu8(fH) = vec_mergeh(zero, vf);

use something like:

fH = vu16(vec_mergeh(zero, vf));

2005-05-29 03:44:17 Tree
[r2769] by sms00

No problem with gcc3. BUT on OSX 10.4 the warning (with caution it will be
fatal eventually):

bsad.c: In function 'bsad_altivec':
bsad.c:160: warning: target of assignment not really an lvalue; this will be a hard error in the future

on Fedora Core4 Test3 it's a fatal error.
https://sourceforge.net/tracker/?func=detail&atid=105776&aid=1206626&group_id=5776

Fix is to cast the return value to the variable type. Intead of

vu8(fH) = vec_mergeh(zero, vf);

use something like:

fH = vu16(vec_mergeh(zero, vf));

2005-05-29 03:36:52 Tree
[r2768] by sms00

No problem with gcc3. BUT on OSX 10.4 the warning (with caution it will be
fatal eventually):

bsad.c: In function 'bsad_altivec':
bsad.c:160: warning: target of assignment not really an lvalue; this will be a hard error in the future

on Fedora Core4 Test3 it's a fatal error.
https://sourceforge.net/tracker/?func=detail&atid=105776&aid=1206626&group_id=5776

Fix is to cast the return value to the variable type. Intead of

vu8(fH) = vec_mergeh(zero, vf);

use something like:

fH = vu16(vec_mergeh(zero, vf));

2005-05-29 03:31:17 Tree
[r2767] by sms00

gcc3 needs vu16, gcc4 doesn't seem to care if vs16 or vu16 is used. vu16 works
with both so that's the one to use ;)

2005-05-29 03:25:20 Tree
[r2766] by sms00

No problem with gcc3. BUT on OSX 10.4 the warning (with caution it will be
fatal eventually):

bsad.c: In function 'bsad_altivec':
bsad.c:160: warning: target of assignment not really an lvalue; this will be a hard error in the future

on Fedora Core4 Test3 it's a fatal error.
https://sourceforge.net/tracker/?func=detail&atid=105776&aid=1206626&group_id=5776

Fix is to cast the return value to the variable type. Intead of

vu8(fH) = vec_mergeh(zero, vf);

use something like:

fH = vu16(vec_mergeh(zero, vf));

2005-05-29 03:21:35 Tree
[r2765] by sms00

No problem with gcc3. BUT on OSX 10.4 the warning (with caution it will be
fatal eventually):

bsad.c: In function 'bsad_altivec':
bsad.c:160: warning: target of assignment not really an lvalue; this will be a hard error in the future

on Fedora Core4 Test3 it's a fatal error.
https://sourceforge.net/tracker/?func=detail&atid=105776&aid=1206626&group_id=5776

Fix is to cast the return value to the variable type. Intead of

vu8(fH) = vec_mergeh(zero, vf);

use something like:

fH = vu16(vec_mergeh(zero, vf));

2005-05-29 03:00:32 Tree
[r2764] by sms00

No problem with gcc3. BUT on OSX 10.4 the warning (with caution it will be
fatal eventually):

bsad.c: In function 'bsad_altivec':
bsad.c:160: warning: target of assignment not really an lvalue; this will be a hard error in the future

on Fedora Core4 Test3 it's a fatal error.
https://sourceforge.net/tracker/?func=detail&atid=105776&aid=1206626&group_id=5776

Fix is to cast the return value to the variable type. Intead of

vu8(fH) = vec_mergeh(zero, vf);

use something like:

fH = vu16(vec_mergeh(zero, vf));

2005-05-29 02:34:51 Tree
[r2763] by sms00

Oops - need vs16() rather than vu16(). vu16 works with gcc4 but not with gcc3.
vs16 works with both.

2005-05-29 01:46:46 Tree
[r2762] by sms00

No problem with gcc3. BUT on OSX 10.4 the warning (with caution it will be
fatal eventually):

bsad.c: In function 'bsad_altivec':
bsad.c:160: warning: target of assignment not really an lvalue; this will be a hard error in the future

on Fedora Core4 Test3 it's a fatal error.
https://sourceforge.net/tracker/?func=detail&atid=105776&aid=1206626&group_id=5776

Fix is to cast the return value to the variable type. Intead of

vu8(fH) = vec_mergeh(zero, vf);

use something like:

fH = vu16(vec_mergeh(zero, vf));

2005-05-29 01:44:26 Tree
[r2761] by sms00

No problem with gcc3. BUT on OSX 10.4 the warning (with caution it will be
fatal eventually):

bsad.c: In function 'bsad_altivec':
bsad.c:160: warning: target of assignment not really an lvalue; this will be a hard error in the future

on Fedora Core4 Test3 it's a fatal error.
https://sourceforge.net/tracker/?func=detail&atid=105776&aid=1206626&group_id=5776

Fix is to cast the return value to the variable type. Intead of

vu8(fH) = vec_mergeh(zero, vf);

use something like:

fH = vu16(vec_mergeh(zero, vf));

2005-05-29 01:35:22 Tree
Older >
Auth0 Logo