DescriptionPNaCl: Test support for GCC/LLVM vector extensions
This test is a companion to:
https://codereview.chromium.org/221693002/
It tests that the expected GCC/LLVM vector extensions work, that
operators are supported as expected, and that the expected types get
properly translated. The test isn't thorough in that it doesn't test all
corner cases and undefined behavior, this will be left up to other tests
in the same directory.
BUG= https://code.google.com/p/nativeclient/issues/detail?id=2205
TEST= ./scons run_vector_extension_test -j32 bitcode=1
R=nfullagar@chromium.org
Committed: https://src.chromium.org/viewvc/native_client?view=rev&revision=13051
Patch Set 1 #Patch Set 2 : Use C99 instead of C11, and disable the test for GCC since 4.4 doesn't support the vector extension… #
Total comments: 4
Patch Set 3 : Expand comment at the top of the test. #Patch Set 4 : Update pnacl/COMPONENT_REVISIONS to pull in the LLVM change that adds vector extensions, and use FE… #
Total comments: 4
Patch Set 5 : Add TODOs. #
Messages
Total messages: 10 (0 generated)
|