When I compiled the program that I wrote in C ++ (for the latest version of Macbook pro, which, of course, supports the AVX instruction set), I received the following errors. I am using the latest version of g ++ obtained from Macports. Do you have any ideas on what I can do to fix the error without limiting the set of instructions available to the compiler? Is there any package in which I should try to update?
g++-mp-4.7 -std=c++11 -Wall -Ofast -march=native -fno-rtti src/raw_to_json.cpp -o bin/raw_to_json.bin
/var/folders/83/tjczqmxn1y9166m642_rxdlw0000gn/T
/var/folders/83/tjczqmxn1y9166m642_rxdlw0000gn/T
/var/folders/83/tjczqmxn1y9166m642_rxdlw0000gn/T
/var/folders/83/tjczqmxn1y9166m642_rxdlw0000gn/T
/var/folders/83/tjczqmxn1y9166m642_rxdlw0000gn/T
/var/folders/83/tjczqmxn1y9166m642_rxdlw0000gn/T
Thanks for the help!
source
share