[PATCH] D67787: Add 8548 CPU definition and attributes

Justin Hibbits via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 23 14:05:05 PDT 2019


jhibbits added a comment.

@vit9696 The only thing GCC defines for mcpu=8548 is __NO_LWSYNC__, the SPE-specific #defines are from -mspe.  That said, since I explicitly do enable SPE for e500 CPU, I guess it makes sense to add it to the test.


Repository:
  rC Clang

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

https://reviews.llvm.org/D67787





More information about the cfe-commits mailing list