[libc][NFC] Make x86_64 fenv functions msan safe.
These functions used inline asm to read FPU state. This change adds explicit unpoisoning in these functions as the sanitizers don't see the read operations.
Loading
Please sign in to comment
These functions used inline asm to read FPU state. This change adds explicit unpoisoning in these functions as the sanitizers don't see the read operations.