On 05/19/15 21:03, Joerg Sonnenberger wrote:
On Tue, May 19, 2015 at 07:43:59PM +0100, David Laight wrote:You aren't going to get support for sse2 and avx without changing the processor type (probably -march=xxx) to something other than the default.-march is not necessary, but -msse2 or -mavx is.
I just typed "make" in /usr/pkgsrc/editors/biew.I could change CFLAGS in the Makefile, but I think it should work "out-of-the-box".
regards, chris