From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 214BA3858D32; Mon, 16 Jan 2023 20:05:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 214BA3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673899558; bh=SdYRjPpbeZcbfj9fe/4BqSAL6f+idDvymNyQGTGID7s=; h=To:Subject:Date:From:From; b=JlGTSvde4btXOKfiozXNhPRFDnR5GQO7dNkkXiQmFw5WYO5fVpJhoBdFR+CQ7k3AA NGuMkubvTx8ybOJY7QeRcEDg32+CJDXZbOevUbl9dYSoXmNdyUG4pMnRnImqd1Zcqt dirtFKLIvMb9aKGENwYRi9xPpKO8liv+QMSdIvrI= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. bfea0a7904c170d262ca4b18ae02b97d15625424 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 277e8540b8ff5da9e07cb6ab1356f0ea8fdc633f X-Git-Newrev: bfea0a7904c170d262ca4b18ae02b97d15625424 Message-Id: <20230116200558.214BA3858D32@sourceware.org> Date: Mon, 16 Jan 2023 20:05:58 +0000 (GMT) From: Gerald Pfeifer List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via bfea0a7904c170d262ca4b18ae02b97d15625424 (commit) from 277e8540b8ff5da9e07cb6ab1356f0ea8fdc633f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bfea0a7904c170d262ca4b18ae02b97d15625424 Author: Gerald Pfeifer Date: Mon Jan 16 21:04:47 2023 +0100 gcc-9: Mention Loongson 3a1000 3a2000 3a3000 2k1000 support Originally by Paul Hua . diff --git a/htdocs/gcc-9/changes.html b/htdocs/gcc-9/changes.html index ffaf4824..7dfae89c 100644 --- a/htdocs/gcc-9/changes.html +++ b/htdocs/gcc-9/changes.html @@ -945,8 +945,44 @@ $ g++ typo.cc - - +

MIPS

+
    +
  • + The Loongson loongson-mmi and loongson-ext + extensions have been split from loongson3a: +
      +
    • loongson-mmi contains + the Loongson MMI (MultiMedia extensions Instructions).
    • +
    • loongson-ext contains + the Loongson EXT (EXTensions instructions).
    • +
    +
  • +
  • + The Loongson EXT2 (EXTensions R2 instructions) are now supported. +
      +
    • loongson-ext2 contains the Loongson EXT2 instructions.
    • +
    + Command-line options-m[no-]loongson-mmi, + -m[no-]loongson-ext, and -m[no-]loongson-ext2 + enable or disable those extensions. +
  • +
  • + Support has been added for the following processors + (GCC identifiers in parentheses): +
      +
    • Loongson 3A1000 (gs464) + which enables loongson-mmi, loongson-ext by default.
    • +
    • Loongson 3A2000/3A3000 (gs464e) + which enables loongson-mmi, loongson-ext, loongson-ext2 by default.
    • +
    • Loongson 2K1000 (gs264e) + which enables loongson-ext, loongson-ext2, msa by default.
    • +
    + The GCC identifiers can be used as arguments to the -mcpu + and -mtune options (as in -mcpu=gs464 or + -mtune=gs464e) or as arguments to the equivalent target + attributes and pragmas. +
  • +
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-9/changes.html | 40 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs