RKSimon added a subscriber: RKSimon.
RKSimon added a reviewer: RKSimon.

================
Comment at: lib/Headers/bmiintrin.h:296
@@ -290,1 +295,3 @@
+}
+
 #ifdef __x86_64__
----------------
Why not just #define to __tzcnt_u32 like the (many) other duplicate tzcnt 
intrinsics we have:

```
#define _mm_tzcnt_32(a)     (__tzcnt_u32((a)))
```

Same for _mm_tzcnt_64

Also, please can you copy/paste/edit the doxygen comment so that its properly 
documented?


http://reviews.llvm.org/D21373



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to