isaspec: Fix out of date comment

Assembler support has existed for a long time.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18926>
This commit is contained in:
Rob Clark
2022-10-01 08:21:28 -07:00
committed by Marge Bot
parent c0cdc148f4
commit 27aa172012

View File

@@ -2,7 +2,7 @@ ISASPEC - XML Based ISA Specification
===================================== =====================================
isaspec provides a mechanism to describe an instruction set in xml, and isaspec provides a mechanism to describe an instruction set in xml, and
generate a disassembler and assembler (eventually). The intention is generate a disassembler and assembler. The intention is
to describe the instruction set more formally than hand-coded assembler to describe the instruction set more formally than hand-coded assembler
and disassembler, and better decouple the shader compiler from the and disassembler, and better decouple the shader compiler from the
underlying instruction encoding to simplify dealing with instruction underlying instruction encoding to simplify dealing with instruction