From: Arno P. <ar...@pu...> - 2011-04-03 22:47:54
|
documentation for DEX instructions can be found here: http://www.netmite.com/android/mydroid/dalvik/docs/dalvik-bytecode.html "Floating point remainder after division. This function is different than IEEE 754 remainder and is defined as result == a - roundTowardZero(a / b) * b" On 4/3/11 3:40 PM, Panayotis Katsaloulis wrote: > Hello all > > I was using some float->byte conversion and I got this exception: > 'XMLVM missing byte code instruction', reason: 'dex:rem-float-2addr' > > How can this be mplemented? > > > > ------------------------------------------------------------------------------ > Create and publish websites with WebMatrix > Use the most popular FREE web apps or write code yourself; > WebMatrix provides all the features you need to develop and > publish your website. http://p.sf.net/sfu/ms-webmatrix-sf > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |