From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id A3987AC192D for ; Thu, 26 Oct 2023 15:30:12 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=17espsNbLyOkPA1h0yyc963i49wg8hRL8NTkKCjSCDk=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1698334211; v=1; b=uWcY9ec4pL7Md0nc3+r5UYOPkVXpztD8y6j+nT64JL9BF4nSDOEMhU4REKrLWjGgrt0vHGjK 36rls5dAWZZLI33yAQR/71ecNeOmQgAUbeBSwww0RtW+9U6msAdP8vEIctlZFFpumfT/p60SJsd VaahMBszZW3g/ofOHVeUgiH0= X-Received: by 127.0.0.2 with SMTP id eVV7YY7687511x8t0szX8ba1; Thu, 26 Oct 2023 08:30:11 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by mx.groups.io with SMTP id smtpd.web11.73903.1698334209138991382 for ; Thu, 26 Oct 2023 08:30:10 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,10875"; a="6197973" X-IronPort-AV: E=Sophos;i="6.03,253,1694761200"; d="scan'208";a="6197973" X-Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Oct 2023 08:30:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10875"; a="875991288" X-IronPort-AV: E=Sophos;i="6.03,253,1694761200"; d="scan'208";a="875991288" X-Received: from njayapra-mobl.gar.corp.intel.com ([10.213.103.39]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Oct 2023 08:30:05 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Cc: Jayaprakash N Subject: [edk2-devel] [edk2-libc Patch 0/1] fix missing nanf definition in StdLib Date: Thu, 26 Oct 2023 20:59:58 +0530 Message-Id: <20231026152959.877-1-n.jayaprakash@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,n.jayaprakash@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: Gfnl7CrEqLaRCNADr5VEBUFDx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=uWcY9ec4; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io This patch fixes the issue of missing definition of nanf in StdLib. This has been extracted from the below PR submitted on edk2-libc. https://github.com/tianocore/edk2-libc/pull/9 Jayaprakash N (1): ek2-libc: fix missing nanf definition in StdLib StdLib/LibC/LibC.inf | 1 + StdLib/LibC/Main/nanf_ieee754.c | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 StdLib/LibC/Main/nanf_ieee754.c -- 2.40.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#110118): https://edk2.groups.io/g/devel/message/110118 Mute This Topic: https://groups.io/mt/102202278/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-