Some 3DNow tests are broken on Oryon Specifically, the following: ``` Test_3DNow/86.asm Test_3DNow/87.asm Test_3DNow/96.asm Test_3DNow/97.asm ``` According to @Sonicadvance1: > Yea, this test failure is expected on FEAT_RPRES supporting devices. We need to add some ability to our ASM tests to know how to they are safe to be off by 1-bit of precision. Or just run with `FEX_HOSTFEATURES=disableafp,disablerpres`