Files
xahaud/modules/beast_basics/native/beast_posix_FPUFlags.cpp
2013-06-17 07:09:33 -07:00

14 lines
310 B
C++

// Copyright (C) 2008 by Vinnie Falco, this file is part of VFLib.
// See the file LICENSE.txt for licensing information.
#pragma message(BEAST_LOC_"Missing platform-specific implementation")
FPUFlags FPUFlags::getCurrent ()
{
return FPUFlags ();
}
void FPUFlags::setCurrent (const FPUFlags& flags)
{
}