This is an archive of the discontinued LLVM Phabricator instance.

[libc++][PSTL] Simplify pstl_config.h
ClosedPublic

Authored by philnik on Apr 28 2023, 4:27 PM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG7dc5635d71ea: [libc++][PSTL] Simplify pstl_config.h
Summary

This is done by removing configurations we don't support.

Diff Detail

Event Timeline

philnik created this revision.Apr 28 2023, 4:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 28 2023, 4:27 PM
philnik requested review of this revision.Apr 28 2023, 4:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 28 2023, 4:27 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.May 1 2023, 8:11 AM

LGTM pending CI.

libcxx/include/__pstl/internal/pstl_config.h
70–74

I think those two shouldn't end with s. Probably some edit artifact.

This revision is now accepted and ready to land.May 1 2023, 8:11 AM
philnik updated this revision to Diff 518460.May 1 2023, 8:50 AM
philnik marked an inline comment as done.

Address comments

philnik updated this revision to Diff 518474.May 1 2023, 9:43 AM

Keep simd scan macros

This revision was landed with ongoing or failed builds.May 1 2023, 4:45 PM
This revision was automatically updated to reflect the committed changes.