Skip to content

Commit

Permalink
feat: update bavard and use better syntax in asm
Browse files Browse the repository at this point in the history
  • Loading branch information
gbotrel committed Sep 28, 2024
1 parent 0a939b1 commit 85e509d
Show file tree
Hide file tree
Showing 56 changed files with 442 additions and 785 deletions.
2 changes: 1 addition & 1 deletion ecc/bls12-377/fp/element_ops_amd64.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// +build !purego

// Code generated by gnark-crypto/generator. DO NOT EDIT.
// We include the hash to force the Go compiler to recompile: 4744144000832074674
// We include the hash to force the Go compiler to recompile: 9834095789769468746
#include "../../../field/asm/element_6w_amd64.s"

4 changes: 2 additions & 2 deletions ecc/bls12-377/fp/vector_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions ecc/bls12-377/fr/element_ops_amd64.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ecc/bls12-377/fr/element_ops_amd64.s
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// +build !purego

// Code generated by gnark-crypto/generator. DO NOT EDIT.
// We include the hash to force the Go compiler to recompile: 444291736743577851
// We include the hash to force the Go compiler to recompile: 13361353926491767027
#include "../../../field/asm/element_4w_amd64.s"

// Code generated by gnark-crypto/generator. DO NOT EDIT.
// We include the hash to force the Go compiler to recompile: 7023651991118674373
// We include the hash to force the Go compiler to recompile: 5868826605799376126
#include "../../../field/asm/vector_4w_amd64.s"

4 changes: 2 additions & 2 deletions ecc/bls12-377/fr/vector_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ecc/bls12-381/fp/element_ops_amd64.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// +build !purego

// Code generated by gnark-crypto/generator. DO NOT EDIT.
// We include the hash to force the Go compiler to recompile: 4744144000832074674
// We include the hash to force the Go compiler to recompile: 9834095789769468746
#include "../../../field/asm/element_6w_amd64.s"

4 changes: 2 additions & 2 deletions ecc/bls12-381/fp/vector_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions ecc/bls12-381/fr/element_ops_amd64.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ecc/bls12-381/fr/element_ops_amd64.s
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// +build !purego

// Code generated by gnark-crypto/generator. DO NOT EDIT.
// We include the hash to force the Go compiler to recompile: 444291736743577851
// We include the hash to force the Go compiler to recompile: 13361353926491767027
#include "../../../field/asm/element_4w_amd64.s"

// Code generated by gnark-crypto/generator. DO NOT EDIT.
// We include the hash to force the Go compiler to recompile: 7023651991118674373
// We include the hash to force the Go compiler to recompile: 5868826605799376126
#include "../../../field/asm/vector_4w_amd64.s"

4 changes: 2 additions & 2 deletions ecc/bls12-381/fr/vector_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ecc/bls24-315/fp/element_ops_amd64.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// +build !purego

// Code generated by gnark-crypto/generator. DO NOT EDIT.
// We include the hash to force the Go compiler to recompile: 7085443902529260581
// We include the hash to force the Go compiler to recompile: 14698325647798323165
#include "../../../field/asm/element_5w_amd64.s"

4 changes: 2 additions & 2 deletions ecc/bls24-315/fp/vector_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions ecc/bls24-315/fr/element_ops_amd64.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ecc/bls24-315/fr/element_ops_amd64.s
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// +build !purego

// Code generated by gnark-crypto/generator. DO NOT EDIT.
// We include the hash to force the Go compiler to recompile: 444291736743577851
// We include the hash to force the Go compiler to recompile: 13361353926491767027
#include "../../../field/asm/element_4w_amd64.s"

// Code generated by gnark-crypto/generator. DO NOT EDIT.
// We include the hash to force the Go compiler to recompile: 7023651991118674373
// We include the hash to force the Go compiler to recompile: 5868826605799376126
#include "../../../field/asm/vector_4w_amd64.s"

4 changes: 2 additions & 2 deletions ecc/bls24-315/fr/vector_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ecc/bls24-317/fp/element_ops_amd64.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// +build !purego

// Code generated by gnark-crypto/generator. DO NOT EDIT.
// We include the hash to force the Go compiler to recompile: 7085443902529260581
// We include the hash to force the Go compiler to recompile: 14698325647798323165
#include "../../../field/asm/element_5w_amd64.s"

4 changes: 2 additions & 2 deletions ecc/bls24-317/fp/vector_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions ecc/bls24-317/fr/element_ops_amd64.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ecc/bls24-317/fr/element_ops_amd64.s
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// +build !purego

// Code generated by gnark-crypto/generator. DO NOT EDIT.
// We include the hash to force the Go compiler to recompile: 444291736743577851
// We include the hash to force the Go compiler to recompile: 13361353926491767027
#include "../../../field/asm/element_4w_amd64.s"

// Code generated by gnark-crypto/generator. DO NOT EDIT.
// We include the hash to force the Go compiler to recompile: 7023651991118674373
// We include the hash to force the Go compiler to recompile: 5868826605799376126
#include "../../../field/asm/vector_4w_amd64.s"

4 changes: 2 additions & 2 deletions ecc/bls24-317/fr/vector_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions ecc/bn254/fp/element_ops_amd64.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ecc/bn254/fp/element_ops_amd64.s
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// +build !purego

// Code generated by gnark-crypto/generator. DO NOT EDIT.
// We include the hash to force the Go compiler to recompile: 444291736743577851
// We include the hash to force the Go compiler to recompile: 13361353926491767027
#include "../../../field/asm/element_4w_amd64.s"

// Code generated by gnark-crypto/generator. DO NOT EDIT.
// We include the hash to force the Go compiler to recompile: 7023651991118674373
// We include the hash to force the Go compiler to recompile: 5868826605799376126
#include "../../../field/asm/vector_4w_amd64.s"

4 changes: 2 additions & 2 deletions ecc/bn254/fp/vector_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 85e509d

Please sign in to comment.