Menu

Commit [r2369]  Maximize  Restore  History

Get rid of all the errors like:

jidctint.c:176: warning: integer constant is too large for "long" type
by adding ULL or LL to the constants.

Later versions of GCC would optimize away the static veriables used in
the assembly language code. Use the "__attribute((__used__))" directive
if __GNUC__ is defined .

sms00 2004-07-15

changed /trunk/jpeg-mmx/jdcolor.c
changed /trunk/jpeg-mmx/jdmerge.c
changed /trunk/jpeg-mmx/jdsample.c
changed /trunk/jpeg-mmx/jidctfst.c
changed /trunk/jpeg-mmx/jidctint.c
/trunk/jpeg-mmx/jdcolor.c Diff Switch to side-by-side view
Loading...
/trunk/jpeg-mmx/jdmerge.c Diff Switch to side-by-side view
Loading...
/trunk/jpeg-mmx/jdsample.c Diff Switch to side-by-side view
Loading...
/trunk/jpeg-mmx/jidctfst.c Diff Switch to side-by-side view
Loading...
/trunk/jpeg-mmx/jidctint.c Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.