Changeset View
Changeset View
Standalone View
Standalone View
lib/Headers/module.modulemap
Show First 20 Lines • Show All 149 Lines • ▼ Show 20 Lines | explicit module htm { | ||||
header "htmxlintrin.h" | header "htmxlintrin.h" | ||||
} | } | ||||
explicit module zvector { | explicit module zvector { | ||||
requires zvector, vx | requires zvector, vx | ||||
header "vecintrin.h" | header "vecintrin.h" | ||||
} | } | ||||
} | } | ||||
explicit module opencl_c { | |||||
requires opencl | |||||
header "opencl-c.h" | |||||
} | |||||
} | } | ||||
module _Builtin_stddef_max_align_t [system] [extern_c] { | module _Builtin_stddef_max_align_t [system] [extern_c] { | ||||
header "__stddef_max_align_t.h" | header "__stddef_max_align_t.h" | ||||
} | } |