aboutsummaryrefslogtreecommitdiff
path: root/src/softfloat_ext.hpp
blob: 0a1f9589334ac5d1af151affd3765bc366598c26 (plain)
1
2
3
4
5
6
7
8
9
#ifndef ZIG_SOFTFLOAT_EXT_HPP
#define ZIG_SOFTFLOAT_EXT_HPP

#include "softfloat_types.h"

void f128M_abs(const float128_t *aPtr, float128_t *zPtr);
void f128M_trunc(const float128_t *aPtr, float128_t *zPtr);

#endif