From 5bc9b3a1f6a003f6456f717b590615ea98e2d6fb Mon Sep 17 00:00:00 2001 From: Wilco Dijkstra Date: Tue, 15 Aug 2023 18:01:53 +0100 Subject: math: Add a no-mathvec flag for sin (-0.0) Add support for a no-mathvec flag to gen-auto-libm-tests.c. Update input test sin (-0.0) to be skipped in vector math libraries and regenerate testcases. Reviewed-By: Paul Zimmermann --- math/auto-libm-test-in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/auto-libm-test-in') diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in index c400cafb4b..2672eb1f6a 100644 --- a/math/auto-libm-test-in +++ b/math/auto-libm-test-in @@ -7318,7 +7318,7 @@ pow 0x1.7ac7cp+5 23 pow -0x1.7ac7cp+5 23 sin 0 -sin -0 +sin -0 no-mathvec sin pi/6 sin -pi/6 sin pi/2 -- cgit 1.4.1