Only LLVM6 and higher contain the necessary intrinsics.

이 커밋은 다음에 포함됨:
Johannes M Dieterich
2018-09-13 13:55:43 -05:00
부모 cb8a0e3a43
커밋 dbe0cbcb93
+1 -1
파일 보기
@@ -29,7 +29,7 @@ THE SOFTWARE.
#include <utility>
#endif
#if defined(__clang__) && (__clang_major__ > 3)
#if defined(__clang__) && (__clang_major__ > 5)
typedef _Float16 _Float16_2 __attribute__((ext_vector_type(2)));
struct __half_raw {