[PATCH] D52144: use __ARM_FP instead of __VFP_FP__

Frank Schaefer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 16 08:10:59 PDT 2018


kelledin added a comment.

BTW, I also see a bunch of __VFP_FP__ checks in compiler-rt/test/builtins/Unit/*_test.c .  Somehow tests have still passed in my changeset with this change added, but with the  *_test.c files still using __VFP_FP__.  Should we still tweak those to use __ARM_FP instead?


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D52144





More information about the llvm-commits mailing list