mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-23 13:09:58 +08:00
Work around a clang problem with asm constraints
This commit is contained in:
parent
1ba307084e
commit
64b3e177bc
@ -19,7 +19,7 @@
|
||||
#ifndef X86_MATH_BARRIERS_H
|
||||
#define X86_MATH_BARRIERS_H 1
|
||||
|
||||
#ifdef __SSE2_MATH__
|
||||
#if defined(__SSE2_MATH__) && !defined(__clang__)
|
||||
# define math_opt_barrier(x) \
|
||||
({ __typeof(x) __x; \
|
||||
if (sizeof (x) <= sizeof (double) \
|
||||
|
Loading…
Reference in New Issue
Block a user