12345678910111213141516171819202122232425262728 |
- #include <bits/floatn.h>
- #include <float.h>
- #define ARG_FUNC(function) function ## f32x
- #define ARG_FLOAT _Float32x
- #define ARG_PREFIX FLT32X
- #define ARG_LIT(x) __f32x (x)
- #define ARG_TYPE_STR "double"
- #define FUNC_NARROW_SUFFIX f32x
|