From c84813b807fc82c68ff6d72387f95b15ad283bf6 Mon Sep 17 00:00:00 2001 From: Laurent Vivier <laurent@vivier.eu> Date: Mon, 12 Mar 2018 21:27:24 +0100 Subject: target/m68k: implement facos Using a local m68k floatx80_acos() [copied from previous: Written by Andreas Grabher for Previous, NeXT Computer Emulator.] Signed-off-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20180312202728.23790-8-laurent@vivier.eu> --- target/m68k/softfloat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target/m68k/softfloat.h') diff --git a/target/m68k/softfloat.h b/target/m68k/softfloat.h index ca0eb674aa..1140491c81 100644 --- a/target/m68k/softfloat.h +++ b/target/m68k/softfloat.h @@ -39,4 +39,5 @@ floatx80 floatx80_sin(floatx80 a, float_status *status); floatx80 floatx80_cos(floatx80 a, float_status *status); floatx80 floatx80_atan(floatx80 a, float_status *status); floatx80 floatx80_asin(floatx80 a, float_status *status); +floatx80 floatx80_acos(floatx80 a, float_status *status); #endif -- cgit v1.2.3