dynarmic/src/common/fp/op.h

12 lines
349 B
C
Raw Normal View History

2018-06-29 19:34:46 +01:00
/* This file is part of the dynarmic project.
* Copyright (c) 2018 MerryMage
* This software may be used and distributed according to the terms of the GNU
* General Public License version 2 or any later version.
*/
#pragma once
2018-07-16 13:48:30 +01:00
#include "common/fp/op/FPRoundInt.h"
2018-07-22 18:18:22 +01:00
#include "common/fp/op/FPRSqrtEstimate.h"
2018-07-16 12:51:36 +01:00
#include "common/fp/op/FPToFixed.h"