[PATCH] D77815: [flang] Fix setting mxcsr on MSVC

Isuru Fernando via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 15 17:42:48 PDT 2020


isuruf added a comment.

Thanks @sscalpone for the review. Looks like `originalFenv_` is still used for restoring the original state. Shall I change the type of `originalFenv_` to be `unsigned int` on x86_64? (Or maybe a union?)
>From what I understand `originalFenv_` is used for changing and restoring the `__mxcsr` value (or its equivalents on aarch64).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77815/new/

https://reviews.llvm.org/D77815





More information about the llvm-commits mailing list