diff options
| author | Ajax <commial@gmail.com> | 2015-11-10 15:00:45 +0100 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2015-11-10 15:00:45 +0100 |
| commit | 70ddb1057b3543b0fd0f656c3f67f33d067fb5ad (patch) | |
| tree | e76c06fccda1b6560d7587aae8159b3102684218 /miasm2/jitter/vm_mngr.h | |
| parent | 69d5421048a09ae8c13aff48c51a1cc8322ac515 (diff) | |
| download | miasm-70ddb1057b3543b0fd0f656c3f67f33d067fb5ad.tar.gz miasm-70ddb1057b3543b0fd0f656c3f67f33d067fb5ad.zip | |
x86/TCC: add `fyl2x`
Diffstat (limited to 'miasm2/jitter/vm_mngr.h')
| -rw-r--r-- | miasm2/jitter/vm_mngr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miasm2/jitter/vm_mngr.h b/miasm2/jitter/vm_mngr.h index 1c8f2ca4..12904730 100644 --- a/miasm2/jitter/vm_mngr.h +++ b/miasm2/jitter/vm_mngr.h @@ -372,6 +372,7 @@ double fsqrt(double a); double fabs(double a); double fprem(double a, double b); double fchs(double a); +double fyl2x(double a, double b); unsigned int fcom_c0(double a, double b); unsigned int fcom_c1(double a, double b); unsigned int fcom_c2(double a, double b); |