API Differences in Kernel in macOS 15.0

It's more difficult than it used to be to find what changed in Apple SDKs. This page is automatically generated and shows what is new in Kernel in the macOS 15.0 SDK.

Table of Contents

Functions & Methods

extern _Float16 __fabsf16(_Float16)
extern _Float16 __hypotf16(_Float16, _Float16)
extern _Float16 __sqrtf16(_Float16)
extern _Float16 __ceilf16(_Float16)
extern _Float16 __floorf16(_Float16)
extern _Float16 __rintf16(_Float16)
extern _Float16 __roundf16(_Float16)
extern _Float16 __truncf16(_Float16)
extern _Float16 __copysignf16(_Float16, _Float16)
extern _Float16 __nextafterf16(_Float16, _Float16)
extern _Float16 __fmaxf16(_Float16, _Float16)
extern _Float16 __fminf16(_Float16, _Float16)
extern _Float16 __fmaf16(_Float16, _Float16, _Float16)