Accessing individual bits in floats using constexpr https://brnz.org/hbr/?p=1518 (rather tricky, but a great exploration of float representation)
miniblog.
Related Posts
A really neat idea for LLVM: AST interpreters are slow, so clang's constexpr evaluator is slow. Write a small bytecode interpreter to make constexpr execution scale better!