[PATCH] D69870: [builtins] Implement rounding mode support for i386/x86_64

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 18 15:33:55 PST 2019


thakis added inline comments.


================
Comment at: compiler-rt/lib/builtins/CMakeLists.txt:242
   powixf2.c
+  i386/fp_mode.c
 )
----------------
It looks a bit unusual that a file that works on both 32-bit and 64-bit x86 is in the i386 folder. All other files in the i386 folder are 32-bit only as far as I can tell.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69870





More information about the llvm-commits mailing list