Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jul 2020 17:24:35 +0000 (UTC)
From:      Alex Richardson <arichardson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r363229 - head/lib/libmd
Message-ID:  <202007151724.06FHOZWu066279@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arichardson
Date: Wed Jul 15 17:24:34 2020
New Revision: 363229
URL: https://svnweb.freebsd.org/changeset/base/363229

Log:
  Remove warning that is no longer accurate after r361853
  
  We now build the skein assembly with clangs integrated assembler.
  
  Reviewed By:	emaste
  Differential Revision: https://reviews.freebsd.org/D25664

Modified:
  head/lib/libmd/Makefile

Modified: head/lib/libmd/Makefile
==============================================================================
--- head/lib/libmd/Makefile	Wed Jul 15 17:05:37 2020	(r363228)
+++ head/lib/libmd/Makefile	Wed Jul 15 17:24:34 2020	(r363229)
@@ -121,8 +121,6 @@ CFLAGS+= -DRMD160_ASM
 ACFLAGS+= -DSKEIN_LOOP=0
 SRCS+= skein_block_asm.S
 CFLAGS+= -DSKEIN_ASM -DSKEIN_USE_ASM=1792 # list of block functions to replace with assembly: 256+512+1024 = 1792
-.else
-.warning as not available: not using optimized Skein asm
 .endif
 .if exists(${MACHINE_ARCH}/sha.S) || exists(${MACHINE_ARCH}/rmd160.S) || exists(${MACHINE_ARCH}/skein_block_asm.S)
 ACFLAGS+= -DELF -Wa,--noexecstack



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