Vector Class Discussion

Compilation errors with LLVM
Author: Agner Date: 2014-10-22 00:07
It's a problem in the Clang compiler.

Please change line 134 in the file vectorf128h from

#if defined (__clang__) && CLANG_VERSION < 30500
to
#if defined (__clang__) && CLANG_VERSION < 30900
I expected them to fix this bug in Clang version 3.5 but it is not fixed yet.

The bug report is here.

 
thread Compilation errors with LLVM new - Ilja Honkonen - 2014-10-21
last reply Compilation errors with LLVM - Agner - 2014-10-22