svn commit: r363229 - head/lib/libmd

Alex Richardson arichardson at FreeBSD.org
Wed Jul 15 17:24:37 UTC 2020


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


More information about the svn-src-all mailing list