Skip to content
#

portable-library

Here are 37 public repositories matching this topic...

CHAI and RAJA provide an excellent base on which to build portable codes. CARE expands that functionality, adding new features such as loop fusion capability and a portable interface for many numerical algorithms. It provides all the basics for anyone wanting to write portable code.

  • Updated Jun 4, 2024
  • C++

callback_printf allows the implementation of portable sprintf, snprintf, vsprintf and vsnprintf like output functions. The code includes wrappers for those functions. It supports all formats of the C 11 standard. wchar_t arguments and strings are printed as UTF-8. It's pretty fast, threadsafe and has no dependencies to other libraries.

  • Updated May 14, 2024
  • C

Improve this page

Add a description, image, and links to the portable-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the portable-library topic, visit your repo's landing page and select "manage topics."

Learn more