From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dmta1005.nifty.com (mta-snd01003.nifty.com [106.153.227.35]) by sourceware.org (Postfix) with ESMTPS id CC90C3858429 for ; Sun, 3 Mar 2024 06:24:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CC90C3858429 Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=nifty.ne.jp Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=nifty.ne.jp ARC-Filter: OpenARC Filter v1.0.0 sourceware.org CC90C3858429 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=106.153.227.35 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1709447046; cv=none; b=tlwHi6XMqMIC65+xHt/ZDvnWijtHHMC0K18cninpCjloifzGLZfVSUaxowqlZEgq8fnzDEIm1r4U25Z+j2amcTY7z4KPhYHBGNjbBGiNRcDMXWCznMaI2J3/+8gQJrCbQ5omZDu7ooFMOi5W08oe22aZJpJZtAnJRc1tAUP5axs= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1709447046; c=relaxed/simple; bh=2emY1OC2qvsy+vYIS6e9KL0TmBHNsr8PIFL/zecs9z8=; h=From:To:Date:Message-Id:Subject; b=ms7/PK4I7mIx4VWyJ/9YesgGPdcEwPwcCb0Mn9Uua1Uqy3Ps0aRmAJL42RMkQl4l+j6rl7ON+I0cJ0XSrNhZ2FWHS+vqefAn41/UMvfadGRTwuSQavyL+7l9epTNL4Q7bmtlBab+9T2DhAIHlw0tbkuB9IhM31nlGDAsXZdSoFA= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from localhost.localdomain by dmta1005.nifty.com with ESMTP id <20240303062402885.FQEW.44550.localhost.localdomain@nifty.com> for ; Sun, 3 Mar 2024 15:24:02 +0900 From: Takashi Yano To: cygwin-announce@cygwin.com Date: Sun, 03 Mar 2024 15:23:43 +0900 Message-Id: <20240303152343.4585-1-takashi.yano@nifty.ne.jp> Subject: orc 0.4.37-1 X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: The following packages have been uploaded to the Cygwin distribution: * liborc0.4_0-0.4.37-1 * liborc0.4-devel-0.4.37-1 * liborc0.4-doc-0.4.37-1 Orc is a library and set of tools for compiling and executing very simple programs that operate on arrays of data. The language is a generic assembly language that represents many of the features available in SIMD architectures, including saturated addition and subtraction, and many arithmetic operations.