mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
14 lines
310 B
C++
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)
|
|
{
|
|
}
|