gmarcais / Jellyfish

A fast multi-threaded k-mer counter
Other
471 stars 136 forks source link

[CR] Update ax_ext.m4 #68

Closed rafaeldelucena closed 6 years ago

rafaeldelucena commented 8 years ago

Description

Added autoconf parameter to enable SSE instructions only on machines which have support for them, making disabled as default.

Checklist:

rafaeldelucena commented 8 years ago

With the addition of these macros, some other symbols are exported, that would be a big problem?

I got some full macros from GNU archive

rafaeldelucena commented 8 years ago

This PR hopes to solve the issue #64

rafaeldelucena commented 6 years ago

@gmarcais any thoughts about it?

[]s

rafaeldelucena commented 6 years ago

https://www.gnu.org/software/autoconf-archive/ax_ext.html https://github.com/peti/autoconf-archive/blob/master/m4/ax_ext.m4

rafaeldelucena commented 6 years ago

The macro is already integrated to upstream, just updated to latest version.

gmarcais commented 6 years ago

I merged your patch in the develop branch. It should make it into 2.2.8 shortly.

rafaeldelucena commented 6 years ago

Merged into develop 958f049