This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH x86_64][BZ #20033] Use calls to finite scalar versions in vector log, pow, exp.


On Mon, 25 Jul 2016, Andrew Senkevich wrote:

> > No, such architecture conditionals on individual tests are not
> > appropriate.  Maybe you need a NO_TEST_VECTOR handled like NO_TEST_INLINE
> > in enable_test.
> 
> Is patch below Ok for trunk?

No, I said handled like NO_TEST_INLINE.  Exactly like NO_TEST_INLINE.  No 
architecture conditionals, no #if, just an "if" conditional exactly 
corresponding to how NO_TEST_INLINE and NON_FINITE are handled (the 
NON_FINITE if is actually better to follow since it follows the glibc 
convention of avoiding implicit boolean conversion).

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]