-std=gnu++11 results in __float128 is not supported on this target
Closed this issue · 1 comments
ctaggart commented
If I use .clang_arg("-std=gnu++11")
instead of .clang_arg("-std=c++11")
, I get this error:
--- stdout
C:\Octave\Octave-4.2.1\lib\gcc\x86_64-w64-mingw32\4.9.4\include\c++\type_traits:279:39: error: __float128 is not supported on this target, err:
true
ctaggart commented
Going with -std=c++11
for now.