Skip to content

Enable native optimizations for Binius64 #115

@alxkzmn

Description

@alxkzmn

Binius64 has some native optimizations and would potentially demonstrate better performance if compiled with

export RUSTFLAGS="-C target-cpu=native"

Currently this fails because of the following error:
https://github.com/privacy-ethereum/csp-benchmarks/actions/runs/18672101870/job/53237027330#step:10:429
(the ring crate fails to compile in an unrelated example that we don't need but still depend on if depending on the whole examples crate).
This is a blocker for compiling with optimizations.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions