diff options
Diffstat (limited to '')
-rw-r--r-- | src/buildvm_x86.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/buildvm_x86.h b/src/buildvm_x86.h index 1493381b..44f47339 100644 --- a/src/buildvm_x86.h +++ b/src/buildvm_x86.h | |||
@@ -925,7 +925,7 @@ enum { | |||
925 | GLOB_ff_math_log, | 925 | GLOB_ff_math_log, |
926 | GLOB_ff_math_log10, | 926 | GLOB_ff_math_log10, |
927 | GLOB_ff_math_exp, | 927 | GLOB_ff_math_exp, |
928 | GLOB_vm_exp, | 928 | GLOB_vm_exp_x87, |
929 | GLOB_ff_math_sin, | 929 | GLOB_ff_math_sin, |
930 | GLOB_ff_math_cos, | 930 | GLOB_ff_math_cos, |
931 | GLOB_ff_math_tan, | 931 | GLOB_ff_math_tan, |
@@ -985,7 +985,7 @@ enum { | |||
985 | GLOB_vm_ceil_sse, | 985 | GLOB_vm_ceil_sse, |
986 | GLOB_vm_trunc_sse, | 986 | GLOB_vm_trunc_sse, |
987 | GLOB_vm_mod, | 987 | GLOB_vm_mod, |
988 | GLOB_vm_exp2, | 988 | GLOB_vm_exp2_x87, |
989 | GLOB_vm_exp2raw, | 989 | GLOB_vm_exp2raw, |
990 | GLOB_vm_pow_sse, | 990 | GLOB_vm_pow_sse, |
991 | GLOB_vm_powi_sse, | 991 | GLOB_vm_powi_sse, |
@@ -1086,7 +1086,7 @@ static const char *const globnames[] = { | |||
1086 | "ff_math_log", | 1086 | "ff_math_log", |
1087 | "ff_math_log10", | 1087 | "ff_math_log10", |
1088 | "ff_math_exp", | 1088 | "ff_math_exp", |
1089 | "vm_exp", | 1089 | "vm_exp_x87", |
1090 | "ff_math_sin", | 1090 | "ff_math_sin", |
1091 | "ff_math_cos", | 1091 | "ff_math_cos", |
1092 | "ff_math_tan", | 1092 | "ff_math_tan", |
@@ -1146,7 +1146,7 @@ static const char *const globnames[] = { | |||
1146 | "vm_ceil_sse", | 1146 | "vm_ceil_sse", |
1147 | "vm_trunc_sse", | 1147 | "vm_trunc_sse", |
1148 | "vm_mod", | 1148 | "vm_mod", |
1149 | "vm_exp2", | 1149 | "vm_exp2_x87", |
1150 | "vm_exp2raw", | 1150 | "vm_exp2raw", |
1151 | "vm_pow_sse", | 1151 | "vm_pow_sse", |
1152 | "vm_powi_sse", | 1152 | "vm_powi_sse", |
@@ -1177,9 +1177,9 @@ static const char *const extnames[] = { | |||
1177 | "lj_tab_next", | 1177 | "lj_tab_next", |
1178 | "lj_tab_getinth@8", | 1178 | "lj_tab_getinth@8", |
1179 | "lj_ffh_coroutine_wrap_err@8", | 1179 | "lj_ffh_coroutine_wrap_err@8", |
1180 | "lj_wrapper_sinh", | 1180 | "lj_vm_sinh", |
1181 | "lj_wrapper_cosh", | 1181 | "lj_vm_cosh", |
1182 | "lj_wrapper_tanh", | 1182 | "lj_vm_tanh", |
1183 | "lj_str_new", | 1183 | "lj_str_new", |
1184 | "lj_tab_len@4", | 1184 | "lj_tab_len@4", |
1185 | "lj_gc_step@4", | 1185 | "lj_gc_step@4", |