]> sourceware.org Git - glibc.git/commit
Compile libmvec with -fno-math-errno
authorJoe Ramsay <Joe.Ramsay@arm.com>
Thu, 16 May 2024 08:16:36 +0000 (09:16 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Tue, 21 May 2024 13:38:22 +0000 (14:38 +0100)
commitc39cf53702e570b64a70d8f7fdfe277017acfb5f
treeb703107f8e69e8ee3896e6608c16fbf0985bf4bf
parentc35cad016b2a5bc71fa2330f26e35afdef327ccc
Compile libmvec with -fno-math-errno

Rounding intrinsics may not be inlined without
-fno-math-errno. libmvec is free to do what it
likes with errno, so disable it for better
performance.

Tested with no regression on aarch64 and x86_64.

Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>
Makeconfig
This page took 0.039262 seconds and 5 git commands to generate.