Re: wrap math.h for M_PI et al in target/i386 tests

2019-08-05 Thread Mike Stump
> On Jul 30, 2019, at 5:22 AM, Uros Bizjak wrote: >> Most but not all of the tests that expect M_PI, M_PI_2 and/or M_PI_4 >> to be defined in math.h explicitly exclude one target system that does >> not satisfy this non-standard assumption. >> >> This patch introduces a wrapper header that

Re: wrap math.h for M_PI et al in target/i386 tests

2019-07-30 Thread Uros Bizjak
> Most but not all of the tests that expect M_PI, M_PI_2 and/or M_PI_4 > to be defined in math.h explicitly exclude one target system that does > not satisfy this non-standard assumption. > > This patch introduces a wrapper header that includes math.h and then > conditionally supplies the missing

Re: wrap math.h for M_PI et al in target/i386 tests

2019-07-30 Thread Alexandre Oliva
On Jul 17, 2019, Alexandre Oliva wrote: > Most but not all of the tests that expect M_PI, M_PI_2 and/or M_PI_4 > to be defined in math.h explicitly exclude one target system that does > not satisfy this non-standard assumption. > This patch introduces a wrapper header that includes math.h and

wrap math.h for M_PI et al in target/i386 tests

2019-07-17 Thread Alexandre Oliva
Most but not all of the tests that expect M_PI, M_PI_2 and/or M_PI_4 to be defined in math.h explicitly exclude one target system that does not satisfy this non-standard assumption. This patch introduces a wrapper header that includes math.h and then conditionally supplies the missing