risc-v

Definition

fsqrt (RISC-V)

Computes the square root of the floating-point value in register b and stores the result in register a.

fsqrt.s a, b

Equivalent C code:

a = sqrt(b)