Skip to content

Blog ​

Posts are grouped by topic and sorted by publication date automatically. Topics may contain nested subcategories.

Agent Design

Book Notes

MLSys

15-779

Program Verification

  • prove cbrt in CORE-MATH (2026-09-05)

    CORE-MATH 论文《Correctly Rounded Cubic Root Evaluation in Double Precision》的中英双语对照翻译,涵盖正确舍入立方根的算法设计、补偿算法精化、舍入测试与舍入误差分析。

  • GLM-5.2 proves type punning in C (2026-08-10)

    展示 GLM-5.2 如何利用 CompCert 证明 C 语言中的类型双关。

  • cbrt in musl (2026-08-05)

    An explanation of the cube root implementation in the musl C library.

  • Formal verification of floating point trigonometric functions (2026-05-01)

    Paper reading notes on the formal verification of floating point trigonometric functions using HOL Light.

  • k-induction (2026-04-22)

    Introduction to k-induction in program verification.