Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Feb 2011 22:25:23 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/contrib/gcc/config/i386 i386.c src/contrib/gcc/doc gcc.1 invoke.texi
Message-ID:  <201102202225.p1KMPbd2099695@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mm          2011-02-20 22:25:23 UTC

  FreeBSD src repository

  Modified files:
    contrib/gcc/config/i386 i386.c 
    contrib/gcc/doc      gcc.1 invoke.texi 
  Log:
  SVN rev 218895 on 2011-02-20 22:25:23Z by mm
  
  Backport svn r124339 from gcc 4.3 and add opteron-sse3, athlon64-sse3
  and k8-sse3 cpu-types for -march=/-mtune= gcc options.
  These new cpu-types include the SSE3 instruction set that is supported
  by all newer AMD Athlon 64 and Opteron processors.
  All three cpu-types are supported by clang and all gcc versions
  starting with 4.3 SVN rev 124339 (at that time GPLv2 licensed).
  
  PR:             gnu/154906
  Discussed with: kib, kan, dim
  Obtained from:  gcc 4.3 (r124339, GPLv2 licensed)
  MFC after:      2 weeks
  
  Revision  Changes      Path
  1.27      +9 -0        src/contrib/gcc/config/i386/i386.c
  1.2       +9746 -6099  src/contrib/gcc/doc/gcc.1
  1.3       +2 -0        src/contrib/gcc/doc/invoke.texi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102202225.p1KMPbd2099695>