[PATCH] D59924: [PowerPC] [Clang] Port MMX intrinsics and basic test cases to Power
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 23 06:15:39 PDT 2019
MaskRay added inline comments.
================
Comment at: lib/Headers/ppc_wrappers/mmintrin.h:3
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
----------------
This is not Apache 2.
================
Comment at: lib/Headers/ppc_wrappers/mmintrin.h:24
+
+/* Implemented from the specification included in the Intel C++ Compiler
+ User Guide and Reference, version 9.0. */
----------------
Is this considered a derivative work of the Intel C++ Compiler?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59924/new/
https://reviews.llvm.org/D59924
More information about the cfe-commits
mailing list