move Filament headers to own directory under iOS/macOS
This commit is contained in:
@@ -160,7 +160,7 @@ constexpr inline half makeHalf(uint16_t bits) noexcept {
|
||||
|
||||
#endif // __ARM_NEON
|
||||
|
||||
inline constexpr half operator "" _h(long double v) {
|
||||
inline constexpr half operator""_h(long double v) {
|
||||
return half( static_cast<float>(v) );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user