Skip to content

Add simd intrinsics (sin, cos, exp, ...) for non-Intel compiler #10

Description

@tingyu66

Trigonometric functions, ex. _mm256_sin_ps, are now only available when using intel compiler and intel svml library found. We could integrate the intrinsics below into vec.h to improve the performance of helmholtz kernel when using gcc.

http://software-lisc.fbk.eu/avx_mathfun/avx_mathfun.h
http://gruntthepeon.free.fr/ssemath/

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions