diff options
author | Louis Dionne <ldionne@apple.com> | 2019-04-10 19:51:40 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-04-10 19:51:40 +0000 |
commit | 3dee12e4a57241e4a53687f4a4e463b581dabf46 (patch) | |
tree | 67f01614fe364c0f768a0a5961791c7cd28b2a32 /pstl/test/std/numerics/numeric.ops/scan.pass.cpp | |
parent | 0352f201dd3cf9ec83bf527eeef0b464214ff243 (diff) | |
download | bcm5719-llvm-3dee12e4a57241e4a53687f4a4e463b581dabf46.tar.gz bcm5719-llvm-3dee12e4a57241e4a53687f4a4e463b581dabf46.zip |
[pstl] Move to single underscore-capital for macros and include guards
Summary: Per the LLVM convention.
Reviewers: rodgert
Subscribers: jkorous, dexonsmith, jdoerfert, libcxx-commits
Tags: #libc
Differential Revision: https://reviews.llvm.org/D60521
llvm-svn: 358131
Diffstat (limited to 'pstl/test/std/numerics/numeric.ops/scan.pass.cpp')
-rw-r--r-- | pstl/test/std/numerics/numeric.ops/scan.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pstl/test/std/numerics/numeric.ops/scan.pass.cpp b/pstl/test/std/numerics/numeric.ops/scan.pass.cpp index e7283ee9ad5..eafffcc39f5 100644 --- a/pstl/test/std/numerics/numeric.ops/scan.pass.cpp +++ b/pstl/test/std/numerics/numeric.ops/scan.pass.cpp @@ -187,7 +187,7 @@ main() for (int32_t mode = 0; mode < 2; ++mode) { inclusive = mode != 0; -#if !__PSTL_ICC_19_TEST_SIMD_UDS_WINDOWS_RELEASE_BROKEN +#if !_PSTL_ICC_19_TEST_SIMD_UDS_WINDOWS_RELEASE_BROKEN // Test with highly restricted type and associative but not commutative operation test_matrix<Matrix2x2<int32_t>, Matrix2x2<int32_t>>(Matrix2x2<int32_t>(), multiply_matrix<int32_t>, Matrix2x2<int32_t>(-666, 666)); |