diff options
Diffstat (limited to 'src/buildvm_ppcspe.dasc')
-rw-r--r-- | src/buildvm_ppcspe.dasc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/buildvm_ppcspe.dasc b/src/buildvm_ppcspe.dasc index 92914f98..49d1b07b 100644 --- a/src/buildvm_ppcspe.dasc +++ b/src/buildvm_ppcspe.dasc | |||
@@ -2037,16 +2037,6 @@ static void build_subroutines(BuildCtx *ctx) | |||
2037 | |->vm_trunc_hilo: | 2037 | |->vm_trunc_hilo: |
2038 | #endif | 2038 | #endif |
2039 | | | 2039 | | |
2040 | |->vm_powi: | ||
2041 | #if LJ_HASJIT | ||
2042 | | NYI | ||
2043 | #endif | ||
2044 | | | ||
2045 | |->vm_foldfpm: | ||
2046 | #if LJ_HASJIT | ||
2047 | | NYI | ||
2048 | #endif | ||
2049 | | | ||
2050 | |// Callable from C: double lj_vm_foldarith(double x, double y, int op) | 2040 | |// Callable from C: double lj_vm_foldarith(double x, double y, int op) |
2051 | |// Compute x op y for basic arithmetic operators (+ - * / % ^ and unary -) | 2041 | |// Compute x op y for basic arithmetic operators (+ - * / % ^ and unary -) |
2052 | |// and basic math functions. ORDER ARITH | 2042 | |// and basic math functions. ORDER ARITH |