Skip to content
This repository was archived by the owner on Dec 9, 2021. It is now read-only.
This repository was archived by the owner on Dec 9, 2021. It is now read-only.

Vectorise modular multiplication #72

@unzvfu

Description

@unzvfu

There are several ways to vectorise modular multiplication (see Section 4 of this article for example). In some cases we may be able to write high-level code from which the compiler will generate SSE or AVX instructions; in other cases we may have to write the assembly ourselves.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions