Backport from sid to buster
[hcoop/debian/mlton.git] / runtime / basis / Real / IEEEReal-consts.c
CommitLineData
7f918cf1
CE
1#include "platform.h"
2
3const C_Int_t IEEEReal_RoundingMode_FE_TONEAREST = FE_TONEAREST;
4const C_Int_t IEEEReal_RoundingMode_FE_DOWNWARD = FE_DOWNWARD;
5const C_Int_t IEEEReal_RoundingMode_FE_NOSUPPORT = FE_NOSUPPORT;
6const C_Int_t IEEEReal_RoundingMode_FE_UPWARD = FE_UPWARD;
7const C_Int_t IEEEReal_RoundingMode_FE_TOWARDZERO = FE_TOWARDZERO;