DevelopmentSep 16, 2026

Bringing Correctly Rounded Math to Production with LLVM-libc

As we mentioned in the last cmath blog post, MSVC is using LLVM-libc for compile-time evaluation and runtime execution of math functions when /Zc:cmath is enabled. I invited LLVM-libc contributors Michael Jones and Tue Ly to write a guest blog post about how they’ve achieved what they’ve achieved. This is that blog po…

Published by C++ Team BlogOpen original story

Magazine Core indexes and summarizes the source. The complete article remains with its original publisher.

Keep reading

More from Development

DevelopmentSep 15, 2026

Today I will… improve test coverage

Today I want to look at how we can improve on the test coverage that we have in the Interview Coach application. This application has some unit tests in it already, but I’m sure t…

Visual Studio BlogSource