Menu

Svn Commit Log


Commit Date  
[r2760] 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:23:20 Tree
[r2759] 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:02:44 Tree
[r2758] 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 00:44:53 Tree
[r2757] by sms00

Sigh - have to use vs8 instead of vu8 to placate gcc3 and 4 at the same time.

2005-05-29 00:39:14 Tree
[r2756] 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 00:32:29 Tree
[r2755] 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 00:17:57 Tree
[r2754] 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 00:09:47 Tree
[r2753] by sms00

Not a 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-28 23:59:19 Tree
[r2752] by sms00

check if -maltivec is accepted and if so add it to ALTIVEC_CFLAGS. Later
versions of gcc (gcc4) won't generate vectorized memset/memcpy unless both
-faltivec and -maltivec are given.

2005-05-28 17:56:20 Tree
[r2751] by sms00

Use strcasecmp instead of strcmp to shorten the extension checking.

2005-05-27 18:08:54 Tree
Older >
Auth0 Logo