diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-08 17:13:22 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-08 17:13:22 +0000 |
commit | 2109e2e4181555140883e9ec46807746a0eabad2 (patch) | |
tree | 81e6d3c4fac52ac6256179942b7f365d01b084d6 /test/builtins/Unit/mulxc3_test.c | |
parent | 285f392c555459b82baeec68b944936685546972 (diff) |
Diffstat (limited to 'test/builtins/Unit/mulxc3_test.c')
-rw-r--r-- | test/builtins/Unit/mulxc3_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/builtins/Unit/mulxc3_test.c b/test/builtins/Unit/mulxc3_test.c index 3260b7521dec..c48b0da50692 100644 --- a/test/builtins/Unit/mulxc3_test.c +++ b/test/builtins/Unit/mulxc3_test.c @@ -19,6 +19,7 @@ #include <complex.h> #include <stdio.h> +// UNSUPPORTED: mips // REQUIRES: c99-complex // Returns: the product of a + ib and c + id |