XCORE SDK
XCORE Software Development Kit
32-bit BFP Square Root Depth
32-bit BFP Square Root Depth

XS3_BFP_SQRT_DEPTH_S32

The function bfp_sqrt_s32() computes results one bit at a time, starting with bit 30 (the second-to-most significant bit). Because this is a relatively expensive operation, it may be desirable to trade off precision of results for a speed-up.

The time cost of bfp_sqrt_s32() is approximately linear with respect to the depth.

Defaults to XS3_VECT_SQRT_S32_MAX_DEPTH (31)

See also
bfp_s32_sqrt