6bc9515bd7543f451b7d03264f051a020128fb80
hiram
  Mon Nov 14 23:59:41 2022 -0800
findMotif now has a universal popcnt "library" to avoid any machine architecture differences refs @29651

diff --git src/utils/makefile src/utils/makefile
index da6c246..262d787 100644
--- src/utils/makefile
+++ src/utils/makefile
@@ -55,30 +55,31 @@
 	faFilterN \
 	faFilter \
 	faFrag \
 	faNoise \
 	faOneRecord \
 	faPolyASizes \
 	faRandomize \
 	faRc \
 	faSize \
 	faSomeRecords \
 	faSplit \
 	faToFastq \
 	faToTab \
 	faToTwoBit \
 	faTrans \
+	findMotif \
 	headRest \
 	htmlCheck \
 	matrixClusterColumns \
 	matrixMarketToTsv \
 	matrixNormalize \
 	matrixToBarChartBed \
 	newProg \
 	newPythonProg \
 	nibFrag \
 	nibSize \
 	paraFetch \
 	paraSync \
 	pslMap \
 	pslMapPostChain \
 	pslPosTarget \
@@ -102,35 +103,30 @@
 	subColumn \
 	tailLines \
 	textHistogram \
 	tickToDate \
 	timing \
 	toLower \
 	toUpper \
         trackDbIndexBb \
 	twoBitDup \
 	twoBitInfo \
 	twoBitToFa \
 	wigCorrelate \
 	wigToBigWig \
 	wordLine \
 
-# doesn't work on arm64 due to use of SSE
-ifneq (${MACHTYPE},arm64)
-UTILS_APPLIST += findMotif
-endif
-
 # list of utilities to build of interest only at UCSC
 
 UCSC_APPS = \
 	addCols \
 	aNotB \
 	aveCols \
 	ccCp \
 	convolve \
 	detab \
 	dnsInfo \
 	faFlyBaseToUcsc \
 	faGapLocs \
 	faGapSizes \
 	faNcbiToUcsc \
 	faRenameRecords \