mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-02 06:05:49 +00:00
use new ieeefp.hpp wrapping over <fenv.h>
This commit is contained in:
parent
ddcd7a8df8
commit
26a128bf6a
@ -18,12 +18,13 @@
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include "sysdeps.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include <time.h>
|
||||
#include <fenv.h>
|
||||
|
||||
#include "sysdeps.h"
|
||||
#include "mathlib/ieeefp.hpp"
|
||||
#include "cpu/vm.hpp"
|
||||
#include "cpu/ppc/ppc-cpu.hpp"
|
||||
#include "cpu/ppc/ppc-bitfields.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user