This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] clean up and complete <experimental/simd>
AcceptedPublic

Authored by timshen on Jan 8 2018, 4:46 PM.

Details

Summary

The cleanup patch adds sevreal TODOs for the following unimplemented
features:
*) aligned load
*) simd<> version of <cmath> functions

This patch declares the completion of my implementation of
<experimental/simd>.