fcoreutils 0.22.0

High-performance GNU coreutils replacement with SIMD and parallelism
Documentation
1
2
3
4
5
6
7
# Makefile for fsha1sum — compute SHA-1 message digest
TARGET      = fsha1sum
LIB_SRCS    = io.asm str.asm args.asm
TOOL_SRCS   = tools/fsha1sum.asm
UNIFIED_SRC = unified/fsha1sum_unified.asm

include ../../Makefile.inc