32-bit quantities in 64-bit registers. The best example is FP which
has 64-bit operations (`fadd`) and 32-bit operations (`fadds` or
FP Add "single"). Element-width overrides it would seem to
-be unnecessary, under these circunstances.
+be unnecessary, under these circumstances.
However, it is not possible for `fadds` to fit two elements into
64-bit: that breaks the simplicity of SVP64.
FP32 result into the full 32 bits.
Where this breaks down is when attempting to do half-width on
-BF16 or FP16 operations: there does not exist a BF8 or an IEE754 FP8
-format, so these should be avoided.
+BF16 or FP16 operations: there does not exist a BF8 or an IEEE754 FP8
+format, so these (`sv.fadds/ew=8`) should be avoided.
# Vertical-First and Subvectors