Divyahaas.Bhatia at pace.com
2008-Sep-08 06:46 UTC
[Flac-dev] Support for different Architectures
Dear All, I am new to FLAC. I have to port FLAC on sh4 architecture. Can somebody please let me know which architectures FLAC supports today? Also if somebody has an idea about the functionality of the code written in assembly, it would be of great help. Thanks and Regards Divyahaas Bhatia Senior Technical Leader Pace Micro Technology (India) Private Limited Bringing Technology Home Tel: + 91 80 4189 2791 Fax: + 91 80 4189 1000 E-mail:divyahaas.bhatia at pace.com Manyata Tech Park, Nagavara, Bangalore 560045, INDIA www.pace.com This message has been scanned for viruses by BlackSpider MailControl - www.blackspider.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20080908/d3dc745d/attachment.htm
hi, i joined this email thing by mistake. i signed up in order to tell you something about it, but did not know i would be enrolled in this lifetime emails thing. please can i be removed from FLAC? thanks kurt -----Original Message----- From: flac-dev-bounces at xiph.org [mailto:flac-dev-bounces at xiph.org]On Behalf Of Divyahaas.Bhatia at pace.com Sent: September 7, 2008 11:47 PM To: flac-dev at xiph.org Cc: Manoj.AK at pace.com Subject: [Flac-dev] Support for different Architectures Dear All, I am new to FLAC. I have to port FLAC on sh4 architecture. Can somebody please let me know which architectures FLAC supports today? Also if somebody has an idea about the functionality of the code written in assembly, it would be of great help. Thanks and Regards Divyahaas Bhatia Senior Technical Leader Pace Micro Technology (India) Private Limited Bringing Technology Home Tel: + 91 80 4189 2791 Fax: + 91 80 4189 1000 E-mail:divyahaas.bhatia at pace.com Manyata Tech Park, Nagavara, Bangalore 560045, INDIA www.pace.com This message has been scanned for viruses by BlackSpider MailControl -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20080908/0bc2a799/attachment.htm
Divyahaas.Bhatia at pace.com wrote:> I am new to FLAC. I have to port FLAC on sh4 architecture.I haven't tried it, but it ShouldJustWork (tm).> Can somebody > please let me know which architectures FLAC supports today? Also if > somebody has an idea about the functionality of the code written in > assembly, it would be of great help.The FLAC code is written in cross-platfrom C. For come platforms there are faster assembly versions of some functions which can replace the C versions. I suggest you try it on SH4 and see if it works. Erik -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- Linux, the UNIX defragmentation tool.
Ivo Emanuel Gonçalves
2008-Sep-09 02:58 UTC
[Flac-dev] Support for different Architectures
Oh, the SH4! Those were the days... The programming kit everyone used for the Dreamcast back then was C++, not C. I remember FLAC having a C++ wrapper of some kind, though. What may be important to note is that FLAC (nor any other Xiph.org related project) has any special SH4 optimization, which is a shame but that's what you have available. Shouldn't be too hard to compile it and find what specifically needs to be patched to work on SH4, and -- if you do it -- it would be a good idea to send those patches back to this list so other programmers may use it as well. Good luck. -Ivo