/complex16simd

SIMD implementation of the C++ double precision complex number type

Primary LanguageC++GNU Lesser General Public License v3.0LGPL-3.0

Copyright (c) Daniel Strano 2017. All rights reserved. Licensed under the GNU Lesser General Public License V3. See LICENSE.md in the project root or https://www.gnu.org/licenses/lgpl-3.0.en.html for details.

This is a SIMD implementation of a double precision complex number type. Its API is designed to (almost entirely) mirror that of the C++ standard library double precision complex type.

If you would like to see the API expanded, you may of course fork it. Please open a pull request, in that case. If you are uncomfortable with SIMD intrinsics, but you would still like a particular addition to the API, the original developer will consider requests to expand it himself. (I'll probably do it, if you ask nicely.)