Saleem Abdulrasool

Results 83 issues of Saleem Abdulrasool

**Describe the bug** The reported diagnostics can be mishandled, reporting diagnostics poorly or incorrectly. Observed behaviour includes: - truncation of error message: ``` value of type 'Slice' (aka 'Slice') has...

bug
waiting on input
windows

This seems to see a ~100x slowdown in qemu in scalar vs vector mode. Reduced test case from XNNPACK: ``` #include #include #include #include bool z{true}; size_t a{1}; uint32_t b{1};...

backend:RISC-V

Scale the default stack size according to the pointer size. This is important to accommodate the space required for stack allocation of the device tree structures which scale according to...

`automount` is a valid database for the name switch service. This allows processing the database entry in the configuration. The service now starts up rather than erroring out as it...

When building with `cl`, this library is not linked against. Replicate this behaviour with `clang-cl`. `clang-cl` should not generate references to the GNU functions by default, so this is generally...

team-Rules-CPP
awaiting-review

It would be beneficial to add documentation for the interfaces to enable easier usage of the library. The eventual goal would be to provide proper generated documentation via DocC.

documentation
help wanted

There was a Swift forums thread that indicated that people wanted to use this package on Windows but it did not build due to the missing header. In order to...

The C++ Interop efforts in Swift currently have some limitations. In particular, it cannot support trivial types with non-trivial destructors. As a workaround, provide a copy constructor which can be...

tests: succeeded
skip-release-notes

Use `PROJECT_SOURCE_DIR` to allow embedding within larger projects. `CMAKE_SOURCE_DIR` is the root of the source tree, where as `PROJECT_SOURCE_DIR` is the directory of the current project.