i386: Disable math_opt_barrier and math_force_eval for clang

It triggers an ICE with clang while building round_and_return.
This commit is contained in:
Adhemerval Zanella 2022-07-26 08:45:02 -03:00
parent 6ab068dd5b
commit 1d211faaf7
1 changed files with 1 additions and 1 deletions

View File

@ -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) \