File tree 1 file changed +5
-4
lines changed 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -101,10 +101,11 @@ fn moo() {
101
101
}
102
102
```
103
103
104
- > Note: while it is safe to call an SSE2 function from an AVX one, this would
105
- > require specifying how features relate to each other in hierarchies. This
106
- > would unnecessary complicate this RFC and can be done later once we agree on
107
- > the fundamentals.
104
+ > Note: while it is safe to call an SSE2 function from _ some_ AVX functions,
105
+ > this would require specifying how features relate to each other in
106
+ > hierarchies. It is unclear whether those hierarchies actually exist, but
107
+ > adding them to this RFC wouldunnecessary complicate it and can be done
108
+ > later or in parallel to this one, once we agree on the fundamentals.
108
109
109
110
First, this is still sound. The caller has a super-set of ` #[target_features] `
110
111
of the callee. That is, the ` #[target_feature] ` -related pre-conditions of the
You can’t perform that action at this time.
0 commit comments