测试IPI

This commit is contained in:
fslongjin
2022-04-07 20:21:28 +08:00
parent ac2508224e
commit 279de4c7f9
14 changed files with 265 additions and 81 deletions

18
.vscode/c_cpp_properties.json vendored Normal file
View File

@ -0,0 +1,18 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"x86_64"
],
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu17",
"cppStandard": "gnu++14",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}

View File

@ -85,7 +85,8 @@
"thread": "c",
"cinttypes": "c",
"cstdbool": "c",
"typeinfo": "c"
"typeinfo": "c",
"x86_64_ipi.h": "c"
},
"C_Cpp.errorSquiggles": "Enabled",
"esbonio.sphinx.confDir": ""