mirror of
https://github.com/ziglang/zig.git
synced 2025-12-27 08:33:15 +00:00
9 lines
216 B
C++
9 lines
216 B
C++
#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 |