Skip to content

Commit

Permalink
Note that some intrinsics are manually verified
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jan 29, 2018
1 parent 2425c7f commit a8db775
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion stdsimd-verify/tests/x86-intel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,10 @@ fn verify_all_signatures() {
'outer:
for rust in FUNCTIONS {
match rust.name {
// FIXME(#307)
// These aren't defined by Intel but they're defined by what appears
// to be all other compilers. For more information see
// rust-lang-nursery/stdsimd#307, and otherwise these signatures
// have all been manually verified.
"__readeflags" |
"__writeeflags" |
"__cpuid_count" |
Expand Down

0 comments on commit a8db775

Please sign in to comment.