This website requires JavaScript.
Explore
Help
Register
Sign in
libre-chip
/
fayalite
Watch
3
Star
0
Fork
You've already forked fayalite
3
Code
Issues
1
Pull requests
1
Projects
Releases
Packages
Wiki
Activity
Actions
WIP: optimize cmp_eq of enums
#78
Draft
programmerjake
wants to merge 6 commits from
programmerjake/fayalite:cmp_eq-opts
into
master
pull from: programmerjake/fayalite:cmp_eq-opts
merge into: libre-chip:master
libre-chip:master
libre-chip:square-brackets-generics-experiment
libre-chip:runtime-generics
libre-chip:type-deduction
Conversation
0
Commits
6
Files changed
31
+9458
-253
6 commits
Author
SHA1
Message
Date
Jacob Lifshay
b0e7873a17
add BoolFixedPointSolver
All checks were successful
/ test (pull_request)
Successful in 4m44s
Details
2026-06-12 19:55:48 -07:00
Jacob Lifshay
1b16118ce5
deduce_structural_eq_flags: use expressions' literal_bits to improve deduction around cast_bits_to
All checks were successful
/ test (pull_request)
Successful in 4m16s
Details
2026-06-11 20:46:28 -07:00
Jacob Lifshay
e2ca80af97
fayalite::sim::compiler: fix compiling StructuralEq work properly on enums where the padding isn't known to be zero
2026-06-11 17:03:56 -07:00
Jacob Lifshay
30ffd009f6
WIP: fix simulator StructuralEq of enums
Some checks failed
/ test (pull_request)
Failing after 1m25s
Details
2026-06-11 01:56:27 -07:00
Jacob Lifshay
4bd6db3de8
add deduce_structural_eq_flags transform
All checks were successful
/ test (pull_request)
Successful in 4m17s
Details
2026-06-11 01:26:32 -07:00
Jacob Lifshay
98e7e91fc9
fayalite::expr::ops: add and automatically generate ops::StructuralEq
2026-06-09 18:33:34 -07:00