Files
concrete/docs/dev/compilation/compiler_internals.md
2024-06-11 16:08:57 +02:00

15 lines
553 B
Markdown

# Concrete internals
This section of the documentation is for more advanced users, who want to go further with the use of the compiler.
In particular, we have subsections for:
- [Table lookups](../../core-features/table_lookups.md)
- [Rounding](../../core-features/rounding.md)
- [Truncating](../../core-features/truncating.md)
- [Floating points](../../core-features/floating_points.md)
- [Comparisons](../../core-features/comparisons.md)
- [Min/Max operations](../../core-features/minmax.md)
- [Bitwise operations](../../core-features/bitwise.md)