wrpearson / fasta36

Git repository for FASTA36 sequence comparison software
Apache License 2.0
117 stars 17 forks source link

M1/arm #40

Closed gaboentropy closed 2 years ago

gaboentropy commented 2 years ago

Any plans to help this software suite compiling in new macs, meaning with arm/M1 chips?

wrpearson commented 2 years ago

There is a v3.6.8-simde branch that has been tested on M1 Mac's to use their vectorized instructions for ssearch36 and ggsearch36. I believe that the simde code has been merged into the main v36.3.8 branch as well.

I do not (yet) have an M1 machine, so I am not providing binaries, but make -f ../src/Makefile.os_x_arm64 should do the job.

Bill Pearson

Begin forwarded message:

From: Gabriel Moreno-Hagelsieb @.**@.>>

Subject: [wrpearson/fasta36] M1/arm (Issue #40)

Date: January 24, 2022 at 11:48:16 AM EST

To: wrpearson/fasta36 @.**@.>>

Cc: Subscribed @.**@.>>

Reply-To: wrpearson/fasta36 @.**@.>>

Any plans to help this software suite compiling in new macs, meaning with arm/M1 chips?

— Reply to this email directly, view it on GitHubhttps://github.com/wrpearson/fasta36/issues/40, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABQYNP2VXW5DRDRIXCDQMBDUXV7FBANCNFSM5MV4RPNQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you are subscribed to this thread.Message ID: @.***>

gaboentropy commented 2 years ago

This is marvellous Bill! Thanks.