Has anyone done this? If so are there any guides out there?
Or... anyone who want to give me a hand ;)
Hi Tom,
I am interested in this. But I think that you might run into the same trouble as mentioned in this thread http://sourceforge.net/forum/forum.php?thread_id=1277104&forum_id=5470 since Pocket PCs normally own an XScale processor that does not support floating point operation.
/dirk
Not that i know anything about Prosessors... But it seems that the ARM4 prosessor i'm using supports floating point operations.
BTW: What is the requirement to run Sphinx. Prosessor, Memory etc... Programming language, (is C/C++ enough)
I don't think so. Have a look at http://www.arm.com/products/CPUs/architecture.html
Sure, you can calculate with floating point, but this is emulated by software which does not really speed up the application.
Log in to post a comment.
Has anyone done this?
If so are there any guides out there?
Or... anyone who want to give me a hand ;)
Hi Tom,
I am interested in this. But I think that you might run into the same trouble as mentioned in this thread http://sourceforge.net/forum/forum.php?thread_id=1277104&forum_id=5470 since Pocket PCs normally own an XScale processor that does not support floating point operation.
/dirk
Not that i know anything about Prosessors...
But it seems that the ARM4 prosessor i'm using supports floating point operations.
BTW:
What is the requirement to run Sphinx.
Prosessor, Memory etc...
Programming language, (is C/C++ enough)
I don't think so. Have a look at http://www.arm.com/products/CPUs/architecture.html
Sure, you can calculate with floating point, but this is emulated by software which does not really speed up the application.
/dirk