Skip to content

Commit a8db775

Browse files
committed
Note that some intrinsics are manually verified
Closes rust-lang#307
1 parent 2425c7f commit a8db775

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

stdsimd-verify/tests/x86-intel.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,10 @@ fn verify_all_signatures() {
120120
'outer:
121121
for rust in FUNCTIONS {
122122
match rust.name {
123-
// FIXME(#307)
123+
// These aren't defined by Intel but they're defined by what appears
124+
// to be all other compilers. For more information see
125+
// rust-lang-nursery/stdsimd#307, and otherwise these signatures
126+
// have all been manually verified.
124127
"__readeflags" |
125128
"__writeeflags" |
126129
"__cpuid_count" |

0 commit comments

Comments
 (0)