RKSimon added inline comments.
================
Comment at: clang/lib/Headers/avx512fp16intrin.h:13
+#ifdef __SSE2__
+
----------------
Doesn't this have to be the general case like in other places in the headers?
```
#if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
defined(__SSE2__)
```
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132342/new/
https://reviews.llvm.org/D132342
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits