vkd3d-shader/hlsl: Implement frexp.
- Sep 05, 2024
-
-
Petrichor Park authored
-
Petrichor Park authored
This is so we can test things that *should* return NaN.
-
Petrichor Park authored
This reverts a06d54d2. The problem encountered there was fixed in 303ce66c. Also replaces two `%I64d` with portable `PRIu64`. Notably, this allows `scanf` and derivatives to scan "NaN" into "%f".
-