CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/02 16:27:34
Modified files:
lib/libm/arch/i387: fenv.c
Log message:
libm: make use of __builtin_cpu_supports() on i386
libm checks at runtime whether the CPU supports SSE. The compiler
runtime on x86 now provides a CPU feature array that we can test with
__builtin_cpu_supports().
