diff --git a/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-operations.hpp b/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-operations.hpp index dba408c0..47b56493 100644 --- a/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-operations.hpp +++ b/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-operations.hpp @@ -149,7 +149,6 @@ DEFINE_OP1(frip, double, ceil(x)); DEFINE_OP1(friz, double, trunc(x)); DEFINE_OP2(fadds, float, x + y); -DEFINE_OP2(fdivs, float, x / y); DEFINE_OP2(fsubs, float, x - y); DEFINE_OP1(exp2, float, exp2f(x)); DEFINE_OP1(log2, float, log2f(x));