summaryrefslogtreecommitdiff
path: root/zap/include/zap/bs.d/flt.h
blob: 4d6523694aa55c3995e58e4a4da67b5dae05f647 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
	Copyright 2022-2023 Gabriel Jensen.
	This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
	If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>.
*/

#if \
   zap_arch_amd64 \
|| zap_arch_arm   \
|| zap_arch_arm64 \
|| zap_arch_ia32
#define zap_fixfltf02 (0x1)
#define zap_fixfltf04 (0x1)

typedef float  zap_f02;
typedef double zap_f04;
#else
#define zap_fixflt02 (0x0)
#define zap_fixflt04 (0x0)
#endif