Skip to content

Disable _Plain versions when compiling RTL for newer CPUs.

Rika requested to merge runewalsh/source:sseonly into main

Disable _Plain functions if CPUX86_HAS_SSE(UNIT|2) is set, allowing you to remove them from your applications (together with their runtime dispatching, if only one version is left) by recompiling RTL for newer -Cps.

Merge request reports