From patchwork Mon Jun 10 13:25:36 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Igor Zamyatin X-Patchwork-Id: 250250 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 850732C008A for ; Mon, 10 Jun 2013 23:25:52 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:date:message-id:subject:from:to:cc:content-type; q=dns; s=default; b=mLHBk/Rt/kb9ZTXnt0g2LP5ul7T6vVYkBt3O+OswC5d gxpUcVzcoJxV1FwoAXip02D3BpTCoxEFE/zNNtgwXteOZ1xHz9ddpAslfGRXd9JK sgx2vGrj3s575YFJZTt662z2473SpD/Yu897ebo6ck8DLT/oMPPKdK5k7ipPin+0 = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:date:message-id:subject:from:to:cc:content-type; s=default; bh=86AIY4qvIU6P1WGcPzOBhYVu59k=; b=TtJqS3Ex6BDlZt+wt Wvo98Jy83SmuDdLm61sugduJNqYiNiQTJLxRCr0t21ZW85oPh0xM1L/ocLjLcBOM YQYuZLl7Tmx87J9yg+MB/ta5/5omU5icgXRfg1kN527EcoNF6fUm7nvy3oIYrreA y2M7+1STkv++f8zDaXC3oDXZVE= Received: (qmail 18250 invoked by alias); 10 Jun 2013 13:25:46 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 18214 invoked by uid 89); 10 Jun 2013 13:25:39 -0000 X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE, SPF_PASS autolearn=ham version=3.3.1 Received: from mail-lb0-f169.google.com (HELO mail-lb0-f169.google.com) (209.85.217.169) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 10 Jun 2013 13:25:39 +0000 Received: by mail-lb0-f169.google.com with SMTP id d10so6353609lbj.28 for ; Mon, 10 Jun 2013 06:25:36 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.112.218.68 with SMTP id pe4mr6527560lbc.40.1370870736606; Mon, 10 Jun 2013 06:25:36 -0700 (PDT) Received: by 10.114.3.106 with HTTP; Mon, 10 Jun 2013 06:25:36 -0700 (PDT) Date: Mon, 10 Jun 2013 17:25:36 +0400 Message-ID: Subject: Document Intel Silvermont support in invoke.texi From: Igor Zamyatin To: "gcc-patches@gcc.gnu.org" Cc: Uros Bizjak Hi! Following patch documents Intel Silvermont support. OK to install? Thanks, Igor Changelog: 2013-06-10 Igor Zamyatin * doc/invoke.texi: Document slm. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index b7b32f7..e4f1d45 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -13837,6 +13837,10 @@ set support. Intel Atom CPU with 64-bit extensions, MMX, SSE, SSE2, SSE3 and SSSE3 instruction set support. +@item slm +Intel Silvermont CPU with 64-bit extensions, MMX, SSE, SSE2, SSE3 and SSSE3, +SSE4.1, SSE4.2 instruction set support. + @item k6 AMD K6 CPU with MMX instruction set support.