From patchwork Sat Nov 6 14:26:28 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Erven Rohou X-Patchwork-Id: 70327 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]) by ozlabs.org (Postfix) with SMTP id DFF53B7116 for ; Sun, 7 Nov 2010 01:26:41 +1100 (EST) Received: (qmail 23134 invoked by alias); 6 Nov 2010 14:26:39 -0000 Received: (qmail 23125 invoked by uid 22791); 6 Nov 2010 14:26:39 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL, BAYES_20, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail4-relais-sop.national.inria.fr (HELO mail4-relais-sop.national.inria.fr) (192.134.164.105) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 06 Nov 2010 14:26:32 +0000 Received: from unknown (HELO [192.168.0.9]) ([82.236.137.58]) by mail4-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-CAMELLIA256-SHA; 06 Nov 2010 15:26:30 +0100 Message-ID: <4CD56594.70101@inria.fr> Date: Sat, 06 Nov 2010 15:26:28 +0100 From: Erven Rohou User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.1.15) Gecko/20101027 Thunderbird/3.0.10 MIME-Version: 1.0 To: gcc-patches@gcc.gnu.org Subject: [cli] added round and roundf to libstd 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 Added support for round and roundf to the libstd support in the cli-be branch. --- Erven. Index: ChangeLog =================================================================== --- ChangeLog (revision 166402) +++ ChangeLog (working copy) @@ -1,3 +1,13 @@ +2010-10-06 Erven Rohou + + Add prototype and implementation for round and roundf. + + * libstd/include/__host.h: prototype + * libstd/src/__host.c: implementation + * libstd/src/math.c: implementation + * libstd/src/MSCorelibWrapper.cs: implementation + * libstd/src_opt/MSCorelibWrapper.cs: pinvoke declaration +