Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix logic for detecting _libc_fpstate API (#1232)
This fixes use of the incorrect API on x86 64-bit Linux, which was causing OpenEXR compilation to fail on the latest 64-bit Ubuntu. See https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/x86/sys/ucontext.h which defines two different `_libc_fpstate` structs inside an `#ifdef __x86_64__` Signed-off-by: Abe Fettig <[email protected]>
- Loading branch information