Explicitly define `FT_MSB` for Clang.

* include/freetype/internal/ftcalc.h [__clang__] (FT_MSB): Updated.
diff --git a/include/freetype/internal/ftcalc.h b/include/freetype/internal/ftcalc.h
index b28d4bf..f88e055 100644
--- a/include/freetype/internal/ftcalc.h
+++ b/include/freetype/internal/ftcalc.h
@@ -359,8 +359,8 @@
 
 #ifndef  FT_CONFIG_OPTION_NO_ASSEMBLER
 
-#if defined( __GNUC__ )                                          && \
-    ( __GNUC__ > 3 || ( __GNUC__ == 3 && __GNUC_MINOR__ >= 4 ) )
+#if defined( __clang__ ) || ( defined( __GNUC__ )                &&  \
+    ( __GNUC__ > 3 || ( __GNUC__ == 3 && __GNUC_MINOR__ >= 4 ) ) )
 
 #if FT_SIZEOF_INT == 4