From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5053 invoked by alias); 14 Jul 2005 18:28:31 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 5035 invoked by uid 22791); 14 Jul 2005 18:28:27 -0000 Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.199) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 14 Jul 2005 18:28:27 +0000 Received: by wproxy.gmail.com with SMTP id i27so480223wra for ; Thu, 14 Jul 2005 11:28:25 -0700 (PDT) Received: by 10.54.98.8 with SMTP id v8mr751857wrb; Thu, 14 Jul 2005 11:27:35 -0700 (PDT) Received: by 10.54.72.9 with HTTP; Thu, 14 Jul 2005 11:27:35 -0700 (PDT) Message-ID: <2e393d08050714112758f636d6@mail.gmail.com> Date: Thu, 14 Jul 2005 18:28:00 -0000 From: corey taylor Reply-To: corey taylor To: GCC Help Subject: Enabled functions for -msse2 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-SW-Source: 2005-07/txt/msg00142.txt.bz2 The documentation seems to be missing the specific list for sse2 options. What exactly is enabled with -msse2 as only sse and sse3 enable functions are listed. http://gcc.gnu.org/onlinedocs/gcc-4.0.1/gcc/X86-Built_002din-Functions.html= #X86-Built_002din-Functions corey