// Code generated by modernc.org/undup from the per-target vec_*.go files; DO NOT EDIT.

//go:build (linux && 386) || (linux && amd64) || (linux && ppc64le) || (linux && s390x) || (windows && (amd64 || arm64)) || (windows && 386)

package vec

const m___DEC128_EPSILON__ = 1e-33

const m___DEC128_MANT_DIG__ = 34

const m___DEC128_MAX_EXP__ = 6145

const m___DEC128_MAX__ = "9.999999999999999999999999999999999E6144"

const m___DEC128_MIN__ = 1e-6143

const m___DEC128_SUBNORMAL_MIN__ = 0.000000000000000000000000000000001e-6143

const m___DEC32_EPSILON__ = 1e-6

const m___DEC32_MANT_DIG__ = 7

const m___DEC32_MAX_EXP__ = 97

const m___DEC32_MAX__ = 9.999999e96

const m___DEC32_MIN__ = 1e-95

const m___DEC32_SUBNORMAL_MIN__ = 0.000001e-95

const m___DEC64_EPSILON__ = 1e-15

const m___DEC64_MANT_DIG__ = 16

const m___DEC64_MAX_EXP__ = 385

const m___DEC64_MAX__ = "9.999999999999999E384"

const m___DEC64_MIN__ = 1e-383

const m___DEC64_SUBNORMAL_MIN__ = 0.000000000000001e-383
