intel
Here are 604 public repositories matching this topic...
Fast and lightweight x86/x86-64 disassembler library
-
Updated
Dec 8, 2020 - C
Intel SPMD Program Compiler
-
Updated
Dec 8, 2020 - LLVM
Disables the "Unsupported Hardware" message in Windows Update, and allows you to continue installing updates on Windows 7 and 8.1 systems with Intel Kaby Lake, AMD Ryzen, or other unsupported processors.
-
Updated
Sep 12, 2018 - C
Processor Counter Monitor
-
Updated
Nov 30, 2020 - C++
Simple operating system in C++, written from scratch
-
Updated
Nov 12, 2020 - C++
NFF-Go -Network Function Framework for GO (former YANFF)
-
Updated
Aug 20, 2020 - Go
Source code examples for "API without Secrets: Introduction to Vulkan" tutorial
-
Updated
Jul 23, 2018 - C++
FreeNOS (Free Niek's Operating System) is an experimental microkernel based operating system for learning purposes written in C++. You may use the code as you wish under the terms of the GPLv3.
-
Updated
Dec 3, 2020 - C++
Accelerate SHA256 computations in pure Go using AVX512, SHA256 and AVX2 for Intel and ARM64 for ARM. On AVX512 it provides an up to 8x improvement (over 3 GB/s per core) in comparison to AVX2. On SHA256 speeds up observed at 4x in comparison to AVX2.
-
Updated
Sep 18, 2019 - Go
A simple guide to x86 architecture, assembly, memory management, paging, segmentation, SMM, BIOS....
-
Updated
Jan 27, 2019
Compute Library for Deep Neural Networks (clDNN)
-
Updated
Aug 13, 2019 - C++
High performance Cross-platform Inference-engine, you could run Anakin on x86-cpu,arm, nv-gpu, amd-gpu,bitmain and cambricon devices.
-
Updated
Apr 7, 2020 - C++
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
OpenCL for Rust
-
Updated
Nov 28, 2020 - Rust
If it is needed to pass the same option from driver to both host and device compilers, then it must be added two-times - see clang/lib/Driver/ToolChains/Clang.cpp, for example:
4124:CmdArgs.push_back("-fsycl");
...
6150:CmdArgs.push_back("-fsycl");
This is quite error prone and inconvenient - should be automated: option placed in one place, driver does the duplication itself.
This is a list of hardware which is supports Intel SGX - Software Guard Extensions.
-
Updated
Jun 14, 2020 - C
BeaEngine disasm project
-
Updated
Dec 8, 2020 - Python
ClojureCL is a Clojure library for parallel computations with OpenCL.
-
Updated
Sep 26, 2020 - Clojure
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