just update release dates

This commit is contained in:
Stanislav Shwartsman 2004-02-13 21:27:45 +00:00
parent 199f6a72c1
commit cc7b85ae7e
5 changed files with 9 additions and 11 deletions

View File

@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2002 Stanislav Shwartsman
// Copyright (c) 2003 Stanislav Shwartsman
// Written by Stanislav Shwartsman <gate@fidonet.org.il>
//
// This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2002 Stanislav Shwartsman
// Copyright (c) 2003 Stanislav Shwartsman
// Written by Stanislav Shwartsman <gate@fidonet.org.il>
//
// This library is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2002 Stanislav Shwartsman
// Copyright (c) 2003 Stanislav Shwartsman
// Written by Stanislav Shwartsman <gate@fidonet.org.il>
//
// This library is free software; you can redistribute it and/or
@ -22,11 +22,10 @@
#include "bochs.h"
#define LOG_THIS BX_CPU_THIS_PTR
#include "softfloat.h"
#if BX_SUPPORT_SSE
#include "softfloat.h"
void BX_CPU_C::check_exceptionsSSE(int exceptions_flags)
{
int unmasked = ~(MXCSR.get_exceptions_masks()) & exceptions_flags;

View File

@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2002 Stanislav Shwartsman
// Copyright (c) 2003 Stanislav Shwartsman
// Written by Stanislav Shwartsman <gate@fidonet.org.il>
//
// This library is free software; you can redistribute it and/or
@ -22,12 +22,11 @@
#include "bochs.h"
#define LOG_THIS BX_CPU_THIS_PTR
#if BX_SUPPORT_SSE
#include "softfloat.h"
#include "softfloat-specialize.h"
#if BX_SUPPORT_SSE
BX_CPP_INLINE Float32 convert_to_QNaN(Float32 op)
{
return op | 0x00400000;

View File

@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2002 Stanislav Shwartsman
// Copyright (c) 2003 Stanislav Shwartsman
// Written by Stanislav Shwartsman <gate@fidonet.org.il>
//
// This library is free software; you can redistribute it and/or