[ scummvm-Bugs-1328365 ] Problems when trying to compile Altivec code

SourceForge.net noreply at sourceforge.net
Mon Oct 17 07:42:12 CEST 2005


Bugs item #1328365, was opened at 2005-10-17 08:42
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=1328365&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Unknown Crash/Other
Group: Unknown
Status: Open
Resolution: None
Priority: 5
Submitted By: Juha Niemimaki (capehill)
Assigned to: Nobody/Anonymous (nobody)
Summary: Problems when trying to compile Altivec code

Initial Comment:
I tried to compile Altivec code in common/scaler/hq3x.h on GCC 3.4.3 (Cygwin, host=ppc-amigaos) but it gives me errors.

For example, this:

#ifdef USE_ALTIVEC
        // The YUV threshold.
        static const vector unsigned char vThreshold = (vector unsigned char)((vector unsigned int)0x00300706);

Gives an error of "different sized vectors" or something similar.

Does this code compile for MacOS?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=1328365&group_id=37116




More information about the Scummvm-tracker mailing list