CVS: cvs.openbsd.org: src
Christian Weisgerber <[email protected]> Sun, 2 Aug 2026 16:27:34 -0600 (MDT)
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
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().