Update comment. Whitespace cleanup

pull/200/head
Jeffrey Walton 2016-06-14 20:50:39 -04:00
parent c1f025343a
commit 2efe26a418
2 changed files with 13 additions and 13 deletions

View File

@ -137,7 +137,7 @@
# endif
# if defined(__has_include)
# if __has_include(<x86intrin.h>)
# include <x86intrin.h> // rdseed for Clang (immintrin.h); rdseed for Clang (rdseedintrin.h)
# include <x86intrin.h> // rdrand for Clang (immintrin.h); rdseed for Clang (rdseedintrin.h)
# endif
# endif
#endif