summaryrefslogtreecommitdiff
path: root/src/buildvm_x64win.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildvm_x64win.h')
-rw-r--r--src/buildvm_x64win.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/buildvm_x64win.h b/src/buildvm_x64win.h
index 59499a78..9dbad9a3 100644
--- a/src/buildvm_x64win.h
+++ b/src/buildvm_x64win.h
@@ -876,7 +876,7 @@ enum {
876 GLOB_ff_math_log, 876 GLOB_ff_math_log,
877 GLOB_ff_math_log10, 877 GLOB_ff_math_log10,
878 GLOB_ff_math_exp, 878 GLOB_ff_math_exp,
879 GLOB_vm_exp, 879 GLOB_vm_exp_x87,
880 GLOB_ff_math_sin, 880 GLOB_ff_math_sin,
881 GLOB_ff_math_cos, 881 GLOB_ff_math_cos,
882 GLOB_ff_math_tan, 882 GLOB_ff_math_tan,
@@ -936,7 +936,7 @@ enum {
936 GLOB_vm_ceil_sse, 936 GLOB_vm_ceil_sse,
937 GLOB_vm_trunc_sse, 937 GLOB_vm_trunc_sse,
938 GLOB_vm_mod, 938 GLOB_vm_mod,
939 GLOB_vm_exp2, 939 GLOB_vm_exp2_x87,
940 GLOB_vm_exp2raw, 940 GLOB_vm_exp2raw,
941 GLOB_vm_pow_sse, 941 GLOB_vm_pow_sse,
942 GLOB_vm_powi_sse, 942 GLOB_vm_powi_sse,
@@ -1037,7 +1037,7 @@ static const char *const globnames[] = {
1037 "ff_math_log", 1037 "ff_math_log",
1038 "ff_math_log10", 1038 "ff_math_log10",
1039 "ff_math_exp", 1039 "ff_math_exp",
1040 "vm_exp", 1040 "vm_exp_x87",
1041 "ff_math_sin", 1041 "ff_math_sin",
1042 "ff_math_cos", 1042 "ff_math_cos",
1043 "ff_math_tan", 1043 "ff_math_tan",
@@ -1097,7 +1097,7 @@ static const char *const globnames[] = {
1097 "vm_ceil_sse", 1097 "vm_ceil_sse",
1098 "vm_trunc_sse", 1098 "vm_trunc_sse",
1099 "vm_mod", 1099 "vm_mod",
1100 "vm_exp2", 1100 "vm_exp2_x87",
1101 "vm_exp2raw", 1101 "vm_exp2raw",
1102 "vm_pow_sse", 1102 "vm_pow_sse",
1103 "vm_powi_sse", 1103 "vm_powi_sse",
@@ -1128,9 +1128,9 @@ static const char *const extnames[] = {
1128 "lj_tab_next", 1128 "lj_tab_next",
1129 "lj_tab_getinth@8", 1129 "lj_tab_getinth@8",
1130 "lj_ffh_coroutine_wrap_err@8", 1130 "lj_ffh_coroutine_wrap_err@8",
1131 "lj_wrapper_sinh", 1131 "lj_vm_sinh",
1132 "lj_wrapper_cosh", 1132 "lj_vm_cosh",
1133 "lj_wrapper_tanh", 1133 "lj_vm_tanh",
1134 "lj_str_new", 1134 "lj_str_new",
1135 "lj_tab_len@4", 1135 "lj_tab_len@4",
1136 "lj_gc_step@4", 1136 "lj_gc_step@4",