WrathfulSpatula / complex16simd

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.)

About

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

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 100.0%