hardware.dsp ≡
Copyright (C) Microsoft Corporation. All rights reserved.
inline float32 fmul32(float32 x, float32 y) §
inline float32 fadd32(float32 x, float32 y) §
inline float32 fsub32(float32 x, float32 y) §
inline float32 fmac32(float32 x, float32 y, bool accumulate) §
inline float32 fmad32(float32 x, float32 y, float32 z) §
inline uint54 umul27(uint27 x, uint27 y) §
inline int54 imul27(int27 x, int27 y, bool negate) §