|
Message-ID: <836025754.20190918160733@mobile-stream.com> Date: Wed, 18 Sep 2019 16:07:33 +0300 From: info@...ile-stream.com To: Rich Felker <dalias@...c.org> CC: musl@...ts.openwall.com Subject: Re: [PATCH] mips: add single-instruction math functions >> diff --git a/src/math/mips/fabs.c b/src/math/mips/fabs.c >> new file mode 100644 >> index 00000000..0a5aa3b1 >> --- /dev/null >> +++ b/src/math/mips/fabs.c >> @@ -0,0 +1,16 @@ >> +#if !defined(__mips_soft_float) && defined(__mips_abs2008) R> Why is this dependent on __mips_abs2008? ABS.fmt is non-arithmetic only on cores with the corresponding FCSR bit hardwired to 1. It is R6 (always) and some R5 cores (such as P5600, M5150).
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.