intel
Here are 755 public repositories matching this topic...
-
Updated
Oct 9, 2021 - C
I'm using MinGW with ispc on Windows 10. It is a strange combination but works fine for me. However, the Codeview debug information produced by ISPC cannot be recognized by MinGW. Thus it is difficult to debug it with GDB. So could you please support to output dwarf debug info on Windows?
-
Updated
Sep 12, 2018 - C
-
Updated
Oct 13, 2021 - C++
-
Updated
May 24, 2021 - C++
-
Updated
Sep 7, 2021 - Go
-
Updated
Oct 14, 2021 - C
-
Updated
Jan 26, 2021 - C++
-
Updated
Mar 23, 2021 - C++
-
Updated
Jun 17, 2021 - Go
-
Updated
Jan 27, 2019
Translate README.md
If you speak another language, I would appreciate your help in translating the README.md
.
For tables, checklists, or other data that might change, please indicate that that information is in the main README. Otherwise every change to the main README will need to be replicated to the other READMEs.
^ I've tried to do this a bit in the French README. The only thing you need to replicate when
-
Updated
Aug 13, 2019 - C++
This patch adds template argument to the sycl::buffer_allocator
class (according to SYCL 2020 spec, sycl::buffer_allocator
is templated on the data type.) The new sycl::buffer_allocator
is defined as a class to let C++17's class template argument deduction feature work. So, the old code that uses `sycl::buffer_al
-
Updated
Jun 22, 2021 - Rust
-
Updated
Apr 7, 2020 - C++
-
Updated
Sep 20, 2021 - C
Improve this page
Add a description, image, and links to the intel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the intel topic, visit your repo's landing page and select "manage topics."
The uncompensated temperature of the BMP180 is incorrectly converted to a 16-bit signed value, instead of a 32-bit signed value (long). Since the data is 16-bits wide and can therefore not be negative, the easy fix would be to do the following:
sip.js(1128): uncompensated = uint16(data[0], data[1]);
Please see page 15 of the manual of the BMP180 chip:
https://ae-bst.resource.bosch.com/media