From 3b2198d52ca71edf5cd3e240e2dce9931668e5b2 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 4 Dec 2023 10:27:03 -0800 Subject: [PATCH] Removed comment [skip ci] --- src/half.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/half.h b/src/half.h index 6923c67..590cceb 100644 --- a/src/half.h +++ b/src/half.h @@ -5,7 +5,6 @@ #include -/* _Float16 and __fp16 are not supported on x86_64 with GCC 11 */ #if defined(__is_identifier) #if __is_identifier(_Float16) #define FLT16_SUPPORT