forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

png and pow

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PS2 Development
View previous topic :: View next topic  
Author Message
radad



Joined: 19 May 2004
Posts: 246
Location: Melbourne, Australia

PostPosted: Tue May 15, 2007 10:08 am    Post subject: png and pow Reply with quote

I downloaded and built libpng from svn and was getting some missing references for pow and powf. I fixed the powf by adding mf to the list of libraries but I couldnt find pow anywhere in the ps2sdk. Does it exist?

As a workaround I disabled the floating point support in libpng. Is libpng still able to open all variations?
Back to top
View user's profile Send private message
radad



Joined: 19 May 2004
Posts: 246
Location: Melbourne, Australia

PostPosted: Fri May 18, 2007 12:45 pm    Post subject: Reply with quote

It seems the floating point unit in the ps2 only handles single precision floats. So what is a good strategy for handling double precision float functions like 'pow'. Would it be ok to just call the single precision version?

ie
Code:

double pow(double x, double y)
{
    return powf(x, y);
}
Back to top
View user's profile Send private message
EEUG



Joined: 13 May 2005
Posts: 136
Location: The Netherlands

PostPosted: Fri May 18, 2007 5:41 pm    Post subject: Reply with quote

...ogg/vorbis decoder in SMS uses 'powf' from 'ps2sdk'. Alternatively you can try to use 'pow' from 'libm' which is part of the toolchain (I think it uses emulation for the doubles)...
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PS2 Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group