Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Move the note of vfrsqrt7.v adjacent to the instruction defination. #886

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions v-spec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3427,14 +3427,14 @@ This is a unary vector-vector instruction.
vfrsqrt7.v vd, vs2, vm
----

This is a unary vector-vector instruction that returns an estimate of
1/sqrt(x) accurate to 7 bits.

NOTE: An earlier draft version had used the assembler name `vfrsqrte7`
but this was deemed to cause confusion with the ``e``__x__ notation for element
width. The earlier name can be retained as alias in tool chains for
backward compatibility.

This is a unary vector-vector instruction that returns an estimate of
1/sqrt(x) accurate to 7 bits.

The following table describes the instruction's behavior for all
classes of floating-point inputs:

Expand Down