Skip to content

Commit 4c93f61

Browse files
author
aidan.belton
committed
Move dependency section
1 parent 83b027e commit 4c93f61

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

sycl/doc/extensions/proposed/sycl_ext_oneapi_complex_marray.asciidoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ This extension is written against the SYCL 2020 revision 5 specification. All
4040
references below to the "core SYCL specification" or to section numbers in the
4141
SYCL specification refer to that revision.
4242

43+
The marray specialization builds on the `sycl::ext::oneapi::complex` class,
44+
therefore this extension is dependent on
45+
link:sycl_ext_oneapi_complex.asciidoc[sycl_ext_oneapi_complex].
46+
47+
4348
== Status
4449

4550
This is a proposed extension specification, intended to gather community
@@ -90,9 +95,7 @@ The `marray` class is specialized for the `sycl::ext::oneapi::complex`
9095
class. The user interface of the `marray<sycl::ext::oneapi::complex, {N}>`
9196
class is similar to the SYCL-2020 generic `marray` interface. Some logical,
9297
bitwise, and arithmetic operators are deleted for the complex class as there is
93-
no equivalent. The marray specialization builds on the
94-
`sycl::ext::oneapi::complex` class, therfore this extension is dependent on
95-
link:sycl_ext_oneapi_complex.asciidoc[sycl_ext_oneapi_complex].
98+
no equivalent.
9699

97100
The marray complex specialization is trivially copyable, and the type trait
98101
`is_device_copyable` should resolve to `std::true_type`.

0 commit comments

Comments
 (0)